ReactOS 0.4.15-dev-8636-g945e856
|
#include <font.h>
Public Attributes | |
PUNICODE_STRING | pFileName |
PSHARED_MEM | Memory |
DWORD | Characteristics |
UNICODE_STRING | RegValueName |
BOOL | IsTrueType |
BYTE | CharSet |
PFONT_ENTRY_MEM | PrivateEntry |
DWORD GDI_LOAD_FONT::Characteristics |
Definition at line 88 of file font.h.
Referenced by IntGdiLoadFontsFromMemory().
BOOL GDI_LOAD_FONT::IsTrueType |
Definition at line 90 of file font.h.
Referenced by IntGdiLoadFontsFromMemory().
PSHARED_MEM GDI_LOAD_FONT::Memory |
Definition at line 87 of file font.h.
Referenced by IntGdiLoadFontsFromMemory().
PUNICODE_STRING GDI_LOAD_FONT::pFileName |
Definition at line 86 of file font.h.
Referenced by IntGdiLoadFontsFromMemory().
PFONT_ENTRY_MEM GDI_LOAD_FONT::PrivateEntry |
Definition at line 92 of file font.h.
Referenced by IntGdiLoadFontsFromMemory().
UNICODE_STRING GDI_LOAD_FONT::RegValueName |
Definition at line 89 of file font.h.
Referenced by IntGdiLoadFontsFromMemory().