Syntax:
FONT font-id [load-option] [mem-option] [codepage] filename
The FONT statement defines a font resource for an application. A font resource, typically created by using the OS/2 Font Editor, is a bit map defining the shape of the individual characters in a character set. The FONT statement copies the font resource from the file specified in the filename field and adds it to the other resources of the application. A font resource can be loaded from the executable file when needed by using the GpiLoadFonts function.
You can provide any number of FONT statements in a resource script file, but each statement must specify a unique font-id value.
font-id
Example
This example defines a font whose font identifier is 5. The font resource is copied from the file cmroman.fon.
FONT 5 cmroman.fon