home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / showfont / Instrucs next >
Encoding:
Text File  |  1992-11-04  |  918 b   |  28 lines

  1. ShowFont v1.01 05.11.1992, RiscOS, BasicV
  2.  
  3. Purpose
  4.  
  5.         display an antialised font anywhere on the screen
  6.         (particularly over the RO3 initialistaion screen)
  7.  
  8. How use
  9.         call from near the start of your DeskBoot file
  10.  
  11. Synopsis
  12.  
  13.         ShowFont
  14.          [-Text <text>]         the text string (one line)
  15.          [-X <os>]              x left co-ordinate in OS units, or -1
  16.                                 to centre text to screen
  17.          [-Y <os>]              y bottom co-ordinate, as above
  18.          [-Back <wcol>]         wimp colour of background [0, 15]
  19.          [-Font <name>]         name of font, eg "Trinity.Medium"
  20.          [-Size <pixel>]        size, in pixels, of font
  21.          [-Fore <wcol>]"        wimp colour of text [0, 15]
  22.  
  23.         Eg, to overwrite the "initialising..." text on a MODE 16
  24.         screen, use:
  25.                 ShowFont "Zappa" -Y 300 -Back 1
  26.  
  27. Bugs
  28.         none, maybe