The AROS Archives(anonymous IP: 3.144.16.254,331) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (94)
   o Datatype (15)
   o Demo (46)
   o Development (242)
   o Document (61)
   o Driver (19)
   o Emulation (60)
   o Game (506)
   o Graphics (218)
   o Library (22)
   o Network (59)
   o Office (21)
   o Utility (242)
   o Video (18)

Total files: 1623

Full index file
Recent index file

Part of aros exec
 Readme for:  Utility » Text » jbanner.i386-aros.lha

JBanner

Description: Makes banners using any system font
Download: jbanner.i386-aros.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 69kb
Version: 0.11
Date: 26 Oct 20
Author: Jarno van der Linden
Submitter: aGGreSSor [CPU]
Requirements: ABIv0
Category: utility/text
License: Freeware
Distribute: yes
FileID: 2205
 
Snapshots:
 
Comments: 0
Snapshots: 1
Videos: 0
Downloads: 34  (Current version)
34  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
   Copyright © 1995 by Jarno van der Linden
   jarno()kcbbs.gen.nz

   Un*x-like banner generator

   This program is Freeware, and all usual Freeware rules apply.

   22-Dec-95: Project started
   01-Jan-96: Added ".font" on font names if given name not found
            : Exec version check
   02-Jan-96: V0.9
            : Added environment variable for default settings
            : UPRIGHT switch added
   03-Jan-96: V0.10
            : LEFT, CENTRE, RIGHT flushing switches with WIDTH added
            : Custom drawing characters settings added
            : FILL, NOFILL switches added
   26-Oct-20: V0.11
            : GCC compiled build for AROS by Eugene aGGreSSor Sobolev

  I made this program some years ago. It's just your average banner
  printer. It can use any font and size that the system can read, can
  print sideways and horizontal, aligns left, centre, and right using
  a given line length, and can use any char for drawing text and
  background.


  Usage: TEXT/A,SIZE/N,FONT,SIDE=SIDEWAYS/S,UP=UPRIGHT/S,
         LEFT/S,CENTER=CENTRE/S,RIGHT/S,WIDTH/K/N,
         CHAR/K,FILLCHAR/K,FILL/S,NOFILL/S

  TEXT/A
    The text to output as a banner
  SIZE/N
    Font size to use
  FONT
    The name of the font to use (".font" extension optional)
  SIDE=SIDEWAYS/S
    Draw banner on its side (usefull for output to printer with chain
    paper)
  UP=UPRIGHT/S
    Draw banner horizontally
  LEFT/S
    Output flushed left
  CENTER=CENTRE/S
    Centre output, determined by WIDTH setting
  RIGHT/S
    Flush output right, determined by WIDTH setting
  WIDTH/K/N
    Output width to use for centre and right output
  CHAR/K
    Character to use for drawing text
  FILLCHAR/K
    Character to use for drawing background
  FILL/S
    Use FILLCHAR character to fill up space created by centre and
    right flushing
  NOFILL/S
    Opposite of the FILL flag


  The default settings are taken from "Banner_Def" in the ENV: dir.
  It's format is just an argument string as you would pass to the
  banner program (including a dummy value for the TEXT argument).

  One known problem: fill with left flushed output does not fill to
  the full width specified by WIDTH.
  If you want to fix it you can, as I've included to source code.

  ---JvdL---

Copyright © 2005 - 2024 The AROS Archives All Rights Reserved