Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (543) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1735
Full index file Recent index file
Part of Aros World Exec |
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: | 51 (Current version) | | 51 (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---
|