Struct winapi::dwrite::IDWriteFontListVtbl
[−]
[src]
pub struct IDWriteFontListVtbl { pub parent: IUnknownVtbl, pub GetFontCollection: unsafe extern "system" fn(This: *mut IDWriteFontList, fontCollection: *mut *mut IDWriteFontCollection) -> HRESULT, pub GetFontCount: unsafe extern "system" fn(This: *mut IDWriteFontList) -> UINT32, pub GetFont: unsafe extern "system" fn(This: *mut IDWriteFontList, index: UINT32, font: *mut *mut IDWriteFont) -> HRESULT, }
Fields
parent | |
GetFontCollection | |
GetFontCount | |
GetFont |