Public Types | |
| enum | { FaceNameLength = 63 } |
| enum | Style { Plain = 0x0, Bold = 0x1, Italic = 0x2 } |
Public Attributes | |
| char | faceName [FaceNameLength+1] |
| unsigned | size |
| int | style |
| enum fe::FontDesc::Style |
| unsigned fe::FontDesc::size |
Font size. Measured in pixels.
| char fe::FontDesc::faceName[FaceNameLength+1] |
A null-terminated string that specifies the typeface name of the font.