|
ReactOS 0.4.17-dev-934-g091855f
|

Public Attributes | |
| IDWriteTypography | IDWriteTypography_iface |
| LONG | refcount |
| DWRITE_FONT_FEATURE * | features |
| size_t | capacity |
| size_t | count |
| size_t dwrite_typography::capacity |
Definition at line 277 of file layout.c.
Referenced by dwritetypography_AddFontFeature().
| size_t dwrite_typography::count |
Definition at line 278 of file layout.c.
Referenced by dwritetypography_AddFontFeature(), dwritetypography_GetFontFeature(), and dwritetypography_GetFontFeatureCount().
| DWRITE_FONT_FEATURE* dwrite_typography::features |
Definition at line 276 of file layout.c.
Referenced by dwritetypography_AddFontFeature(), dwritetypography_GetFontFeature(), and dwritetypography_Release().
| IDWriteTypography dwrite_typography::IDWriteTypography_iface |
Definition at line 273 of file layout.c.
Referenced by create_typography(), and impl_from_IDWriteTypography().
| LONG dwrite_typography::refcount |
Definition at line 274 of file layout.c.
Referenced by create_typography(), dwritetypography_AddRef(), and dwritetypography_Release().