|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| IDWriteFontFallback1 | IDWriteFontFallback1_iface |
| LONG | refcount |
| IDWriteFactory7 * | factory |
| IDWriteFontCollection * | systemcollection |
| struct fallback_data | data |
| size_t | mappings_size |
Definition at line 535 of file analyzer.c.
| struct fallback_data dwrite_fontfallback::data |
Definition at line 541 of file analyzer.c.
Referenced by create_system_fontfallback(), customfontfallback_Release(), fallback_map_characters(), and fallbackbuilder_create_fallback().
| IDWriteFactory7* dwrite_fontfallback::factory |
Definition at line 539 of file analyzer.c.
Referenced by create_system_fontfallback(), customfontfallback_Release(), fallbackbuilder_create_fallback(), fontfallback_AddRef(), and fontfallback_Release().
| IDWriteFontFallback1 dwrite_fontfallback::IDWriteFontFallback1_iface |
Definition at line 537 of file analyzer.c.
Referenced by create_system_fontfallback(), fallbackbuilder_create_fallback(), fontfallbackbuilder_CreateFontFallback(), and impl_from_IDWriteFontFallback1().
| size_t dwrite_fontfallback::mappings_size |
Definition at line 542 of file analyzer.c.
| LONG dwrite_fontfallback::refcount |
Definition at line 538 of file analyzer.c.
Referenced by customfontfallback_AddRef(), customfontfallback_Release(), and fallbackbuilder_create_fallback().
| IDWriteFontCollection* dwrite_fontfallback::systemcollection |
Definition at line 540 of file analyzer.c.
Referenced by create_system_fontfallback(), customfontfallback_Release(), fallback_map_characters(), fallbackbuilder_create_fallback(), fontfallback_MapCharacters(), and release_system_fontfallback().