ReactOS 0.4.15-dev-6067-g0b695a6
_TT_FONT_ENTRY Struct Reference

#include <font.h>

Collaboration diagram for _TT_FONT_ENTRY:

Public Attributes

SINGLE_LIST_ENTRY Entry
 
UINT CodePage
 
BOOL DisableBold
 
WCHAR FaceName [LF_FACESIZE]
 
WCHAR FaceNameAlt [LF_FACESIZE]
 

Detailed Description

Definition at line 72 of file font.h.

Member Data Documentation

◆ CodePage

UINT _TT_FONT_ENTRY::CodePage

Definition at line 75 of file font.h.

Referenced by FindCachedTTFont(), and InitTTFontCache().

◆ DisableBold

BOOL _TT_FONT_ENTRY::DisableBold

Definition at line 76 of file font.h.

Referenced by InitTTFontCache().

◆ Entry

SINGLE_LIST_ENTRY _TT_FONT_ENTRY::Entry

Definition at line 74 of file font.h.

Referenced by InitTTFontCache().

◆ FaceName

WCHAR _TT_FONT_ENTRY::FaceName[LF_FACESIZE]

Definition at line 77 of file font.h.

Referenced by FindCachedTTFont(), FindSuitableFont(), and InitTTFontCache().

◆ FaceNameAlt

WCHAR _TT_FONT_ENTRY::FaceNameAlt[LF_FACESIZE]

Definition at line 78 of file font.h.

Referenced by FindCachedTTFont(), FindSuitableFont(), and InitTTFontCache().


The documentation for this struct was generated from the following file: