ReactOS 0.4.16-dev-21-g2af6fd4
|
#include <font.h>
Public Member Functions | |
_Inout_updates_z_ (LF_FACESIZE) PWSTR FaceName | |
Public Attributes | |
ULONG | Weight |
ULONG | Family |
COORD | Size |
BYTE | CharSet |
_FONT_DATA::_Inout_updates_z_ | ( | LF_FACESIZE | ) |
BYTE _FONT_DATA::CharSet |
Definition at line 58 of file font.h.
Referenced by FindSuitableFontProc().
ULONG _FONT_DATA::Family |
Definition at line 56 of file font.h.
Referenced by CreateConsoleFont2(), FindSuitableFontProc(), and InitFonts().
COORD _FONT_DATA::Size |
Definition at line 57 of file font.h.
Referenced by FindSuitableFontProc(), and InitFonts().
ULONG _FONT_DATA::Weight |
Definition at line 55 of file font.h.
Referenced by CreateConsoleFont2(), FindSuitableFontProc(), and InitFonts().