ReactOS 0.4.15-dev-8079-g5db69da
_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 35 of file font.h.

Member Data Documentation

◆ CodePage

UINT _TT_FONT_ENTRY::CodePage

Definition at line 38 of file font.h.

Referenced by FindCachedTTFont(), and InitTTFontCache().

◆ DisableBold

BOOL _TT_FONT_ENTRY::DisableBold

Definition at line 39 of file font.h.

Referenced by InitTTFontCache().

◆ Entry

SINGLE_LIST_ENTRY _TT_FONT_ENTRY::Entry

Definition at line 37 of file font.h.

Referenced by InitTTFontCache().

◆ FaceName

WCHAR _TT_FONT_ENTRY::FaceName[LF_FACESIZE]

Definition at line 40 of file font.h.

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

◆ FaceNameAlt

WCHAR _TT_FONT_ENTRY::FaceNameAlt[LF_FACESIZE]

Definition at line 41 of file font.h.

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


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