A3DFontData Struct Reference
Font structure. More...
Data Fields | |
A3DInt8 | m_cAttributes |
A3DECharSet | m_eCharset |
A3DUTF8Char * | m_pcFamilyName |
A3DUTF8Char * | m_pcFontFilePath |
A3DUns32 | m_uiSize |
A3DUns16 | m_usStructSize |
Detailed Description
Font structure.
- Version
- 2.0
This structure stores the information of a font.
Field Documentation
A3DUns16 A3DFontData::m_usStructSize |
Reserved; must be initialized with A3D_INITIALIZE_DATA.
A3DUTF8Char* A3DFontData::m_pcFamilyName |
Font family name.
A3DUTF8Char* A3DFontData::m_pcFontFilePath |
Font file path.
A3DECharSet A3DFontData::m_eCharset |
Font character set.
A3DUns32 A3DFontData::m_uiSize |
Font size.
A3DInt8 A3DFontData::m_cAttributes |
Font attributes. See Flags for Font and Font-Key Attributes.