ReactOS 0.4.15-dev-7968-g24a56f8
GDI_LOAD_FONT Struct Reference

#include <font.h>

Collaboration diagram for GDI_LOAD_FONT:

Public Attributes

PUNICODE_STRING pFileName
 
PSHARED_MEM Memory
 
DWORD Characteristics
 
UNICODE_STRING RegValueName
 
BOOL IsTrueType
 
BYTE CharSet
 
PFONT_ENTRY_MEM PrivateEntry
 

Detailed Description

Definition at line 84 of file font.h.

Member Data Documentation

◆ Characteristics

DWORD GDI_LOAD_FONT::Characteristics

Definition at line 88 of file font.h.

Referenced by IntGdiLoadFontsFromMemory().

◆ CharSet

BYTE GDI_LOAD_FONT::CharSet

Definition at line 91 of file font.h.

◆ IsTrueType

BOOL GDI_LOAD_FONT::IsTrueType

Definition at line 90 of file font.h.

Referenced by IntGdiLoadFontsFromMemory().

◆ Memory

PSHARED_MEM GDI_LOAD_FONT::Memory

Definition at line 87 of file font.h.

Referenced by IntGdiLoadFontsFromMemory().

◆ pFileName

PUNICODE_STRING GDI_LOAD_FONT::pFileName

Definition at line 86 of file font.h.

Referenced by IntGdiLoadFontsFromMemory().

◆ PrivateEntry

PFONT_ENTRY_MEM GDI_LOAD_FONT::PrivateEntry

Definition at line 92 of file font.h.

Referenced by IntGdiLoadFontsFromMemory().

◆ RegValueName

UNICODE_STRING GDI_LOAD_FONT::RegValueName

Definition at line 89 of file font.h.

Referenced by IntGdiLoadFontsFromMemory().


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