Difference between revisions of "AMOSi:Font$"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
(Extracted from the AMOSPro V2.00 helpfile)
(No difference)

Revision as of 02:45, 17 November 2007

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)