pub struct IDWriteFontCollectionVtbl {
pub parent: IUnknownVtbl,
pub GetFontFamilyCount: unsafe extern "system" fn(This: *mut IDWriteFontCollection) -> UINT32,
pub GetFontFamily: unsafe extern "system" fn(This: *mut IDWriteFontCollection, index: UINT32, fontFamily: *mut *mut IDWriteFontFamily) -> HRESULT,
pub FindFamilyName: unsafe extern "system" fn(This: *mut IDWriteFontCollection, familyName: *const WCHAR, index: *mut UINT32, exists: *mut BOOL) -> HRESULT,
pub GetFontFromFontFace: unsafe extern "system" fn(This: *mut IDWriteFontCollection, fontFace: *mut IDWriteFontFace, font: *mut *mut IDWriteFont) -> HRESULT,
}
Fields
parent | |
GetFontFamilyCount | |
GetFontFamily | |
FindFamilyName | |
GetFontFromFontFace | |