AMOSi:Font$

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


FONT$ returns details about the chosen text style. The result is a string of exactly 38 characters, in the following format.


1 - 29 Font name
30 - 33 Font height 34 - 37 Identifier (Rom or Disc)


a$=Font$(font_number)