home *** CD-ROM | disk | FTP | other *** search
- ShowFont v1.01 05.11.1992, RiscOS, BasicV
-
- Purpose
-
- display an antialised font anywhere on the screen
- (particularly over the RO3 initialistaion screen)
-
- How use
- call from near the start of your DeskBoot file
-
- Synopsis
-
- ShowFont
- [-Text <text>] the text string (one line)
- [-X <os>] x left co-ordinate in OS units, or -1
- to centre text to screen
- [-Y <os>] y bottom co-ordinate, as above
- [-Back <wcol>] wimp colour of background [0, 15]
- [-Font <name>] name of font, eg "Trinity.Medium"
- [-Size <pixel>] size, in pixels, of font
- [-Fore <wcol>]" wimp colour of text [0, 15]
-
- Eg, to overwrite the "initialising..." text on a MODE 16
- screen, use:
- ShowFont "Zappa" -Y 300 -Back 1
-
- Bugs
- none, maybe