AMOSi:Get Fonts

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

an example can be found on AMOSPro_Examples:Examples/H-7/Help_79.AMOS


Creates an internal list of all available text fonts. These include built-in ROM fonts, and the DISC fonts on your start-up disc. GET FONTS should be called once at the start of your program, before you select your font with the SET TEXT command. You can scan through the available fonts using the FONT$ function.


Get Fonts