Font information structure. More...
#include <SFontInfo.h>
Public Attributes | |
FONTSTYLE | style |
SStringW | strFaceName |
SStringW | strPropEx |
int | scale |
Font information structure.
Contains details about a font, including style, face name, property extensions, and scale.
Definition at line 50 of file SFontInfo.h.
int FontInfo::scale |
Font scale
Definition at line 55 of file SFontInfo.h.
SStringW FontInfo::strFaceName |
Font face name
Definition at line 53 of file SFontInfo.h.
SStringW FontInfo::strPropEx |
Font property extensions
Definition at line 54 of file SFontInfo.h.
FONTSTYLE FontInfo::style |
Font style
Definition at line 52 of file SFontInfo.h.