Share via


FONT Statement (Windows Embedded CE 6.0)

1/6/2010

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.

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

Reference

DIALOG Resource
LoadResource

Concepts

Resource-Definition Statements