|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| IDWriteFontFile | IDWriteFontFile_iface |
| LONG | refcount |
| IDWriteFontFileLoader * | loader |
| void * | reference_key |
| UINT32 | key_size |
| IDWriteFontFileStream * | stream |
| IDWriteFontFile dwrite_fontfile::IDWriteFontFile_iface |
Definition at line 430 of file font.c.
Referenced by impl_from_IDWriteFontFile().
| UINT32 dwrite_fontfile::key_size |
Definition at line 435 of file font.c.
Referenced by create_font_file(), and dwritefontfile_GetReferenceKey().
| IDWriteFontFileLoader* dwrite_fontfile::loader |
Definition at line 433 of file font.c.
Referenced by create_font_file().
| LONG dwrite_fontfile::refcount |
Definition at line 431 of file font.c.
Referenced by dwritefontfile_AddRef(), and dwritefontfile_Release().
| void* dwrite_fontfile::reference_key |
Definition at line 434 of file font.c.
Referenced by create_font_file().
| IDWriteFontFileStream* dwrite_fontfile::stream |
Definition at line 436 of file font.c.
Referenced by dwritefontfile_Analyze().