This resource-definition statement sets the font that the system uses to draw text in the dialog box. The font must have been previously loaded, either from the Win.ini file or by calling the LoadResource function.
Syntax
FONT pointsize, “typeface”
Parameters
pointsize
Specifies the size, in points, of the font.
typeface
Specifies the name of the typeface. This name must be identical to the name defined in the [FONTS] section of Win.ini. This parameter must be enclosed in double quotes (“).
Example
The following code example shows how to use the FONT statement.
FONT 12, "MS Shell Dlg"
See Also
DIALOG, LoadResource