Struct winapi::dwrite::IDWriteFontFileVtbl [] [src]

pub struct IDWriteFontFileVtbl {
    pub parent: IUnknownVtbl,
    pub GetReferenceKey: unsafe extern "system" fn(This: *mut IDWriteFontFile, fontFileReferenceKey: *mut *const c_void, fontFileReferenceKeySize: *mut UINT32) -> HRESULT,
    pub GetLoader: unsafe extern "system" fn(This: *mut IDWriteFontFile, fontFileLoader: *mut *mut IDWriteFontFileLoader) -> HRESULT,
    pub Analyze: unsafe extern "system" fn(This: *mut IDWriteFontFile, isSupportedFontType: *mut BOOL, fontFileType: *mut DWRITE_FONT_FILE_TYPE, fontFaceType: *mut DWRITE_FONT_FACE_TYPE, numberOfFaces: *mut UINT32) -> HRESULT,
}

Fields

parent
GetReferenceKey
GetLoader
Analyze