Struct winapi::dwrite::IDWriteTypographyVtbl
[−]
[src]
pub struct IDWriteTypographyVtbl {
pub parent: IUnknownVtbl,
pub AddFontFeature: unsafe extern "system" fn(This: *mut IDWriteTypography, fontFeature: DWRITE_FONT_FEATURE) -> HRESULT,
pub GetFontFeatureCount: unsafe extern "system" fn(This: *mut IDWriteTypography) -> UINT32,
pub GetFontFeature: unsafe extern "system" fn(This: *mut IDWriteTypography, fontFeatureIndex: UINT32, fontFeature: *mut DWRITE_FONT_FEATURE) -> HRESULT,
}Fields
parent | |
AddFontFeature | |
GetFontFeatureCount | |
GetFontFeature |