| Create and Destroy | |
|---|---|
| FontCreate | FontCreate creates a font object. |
| FontDialog | FontDialog displays a font dialog box. |
| FontDestroy | FontDestroy destroys the given font and frees any memory the font occupied. |
| Set | |
|---|---|
| FontItalic | FontItalic specifies an italic font. |
| FontSetAngle | FontSetAngle sets the font angle. |
| FontSetColorRGB | FontSetColorRGB sets the font color. |
| FontSetFaceName | FontSetFaceName sets the font face name. |
| FontSetHeight | FontSetHeight specifies the height of the font. |
| FontSetPitchAndFamily | FontSetPitchAndFamily specifies the pitch and family of the font. |
| FontSetWeight | FontSetWeight Specifies the weight of the font, in the range 0 through 1000 (for example, 400 is normal and 700 is bold). |
| FontStrikeOut | FontStrikeOut specifies a strikeout font. |
| FontUnderline | FontUnderline specifies an underlined font. |
See also
id-186060