ReactOS 0.4.15-dev-6067-g0b695a6
|
#include <font.h>
Public Attributes | |
SINGLE_LIST_ENTRY | Entry |
UINT | CodePage |
BOOL | DisableBold |
WCHAR | FaceName [LF_FACESIZE] |
WCHAR | FaceNameAlt [LF_FACESIZE] |
UINT _TT_FONT_ENTRY::CodePage |
Definition at line 75 of file font.h.
Referenced by FindCachedTTFont(), and InitTTFontCache().
BOOL _TT_FONT_ENTRY::DisableBold |
Definition at line 76 of file font.h.
Referenced by InitTTFontCache().
SINGLE_LIST_ENTRY _TT_FONT_ENTRY::Entry |
Definition at line 74 of file font.h.
Referenced by InitTTFontCache().
WCHAR _TT_FONT_ENTRY::FaceName[LF_FACESIZE] |
Definition at line 77 of file font.h.
Referenced by FindCachedTTFont(), FindSuitableFont(), and InitTTFontCache().
WCHAR _TT_FONT_ENTRY::FaceNameAlt[LF_FACESIZE] |
Definition at line 78 of file font.h.
Referenced by FindCachedTTFont(), FindSuitableFont(), and InitTTFontCache().