ReactOS 0.4.15-dev-7834-g00c4b3d
_FONT_DATA Struct Reference

#include <font.h>

Collaboration diagram for _FONT_DATA:

Public Member Functions

 _Inout_updates_z_ (LF_FACESIZE) PWSTR FaceName
 

Public Attributes

ULONG Weight
 
ULONG Family
 
COORD Size
 
BYTE CharSet
 

Detailed Description

Definition at line 52 of file font.h.

Member Function Documentation

◆ _Inout_updates_z_()

_FONT_DATA::_Inout_updates_z_ ( LF_FACESIZE  )

Member Data Documentation

◆ CharSet

BYTE _FONT_DATA::CharSet

Definition at line 58 of file font.h.

Referenced by FindSuitableFontProc().

◆ Family

ULONG _FONT_DATA::Family

Definition at line 56 of file font.h.

Referenced by CreateConsoleFont2(), FindSuitableFontProc(), and InitFonts().

◆ Size

COORD _FONT_DATA::Size

Definition at line 57 of file font.h.

Referenced by FindSuitableFontProc(), and InitFonts().

◆ Weight

ULONG _FONT_DATA::Weight

Definition at line 55 of file font.h.

Referenced by CreateConsoleFont2(), FindSuitableFontProc(), and InitFonts().


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