Platform SDK: Windows User Interface |
The FONT resource-definition statement sets the font with which the system will 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.
FONT pointsize, "typeface"
The following example demonstrates the use of the FONT statement:
FONT 12, "MS Shell Dlg"