|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 38 of file font.h.
Referenced by FindCachedTTFont(), and InitTTFontCache().
| BOOL _TT_FONT_ENTRY::DisableBold |
Definition at line 39 of file font.h.
Referenced by InitTTFontCache().
| SINGLE_LIST_ENTRY _TT_FONT_ENTRY::Entry |
Definition at line 37 of file font.h.
Referenced by InitTTFontCache().
| WCHAR _TT_FONT_ENTRY::FaceName[LF_FACESIZE] |
Definition at line 40 of file font.h.
Referenced by FindCachedTTFont(), FindSuitableFont(), and InitTTFontCache().
| WCHAR _TT_FONT_ENTRY::FaceNameAlt[LF_FACESIZE] |
Definition at line 41 of file font.h.
Referenced by FindCachedTTFont(), FindSuitableFont(), and InitTTFontCache().