pub struct IDWriteFontFamilyVtbl {
pub parent: IDWriteFontListVtbl,
pub GetFamilyNames: unsafe extern "system" fn(This: *mut IDWriteFontFamily, names: *mut *mut IDWriteLocalizedStrings) -> HRESULT,
pub GetFirstMatchingFont: unsafe extern "system" fn(This: *mut IDWriteFontFamily, weight: DWRITE_FONT_WEIGHT, stretch: DWRITE_FONT_STRETCH, style: DWRITE_FONT_STYLE, matchingFont: *mut *mut IDWriteFont) -> HRESULT,
pub GetMatchingFonts: unsafe extern "system" fn(This: *mut IDWriteFontFamily, weight: DWRITE_FONT_WEIGHT, stretch: DWRITE_FONT_STRETCH, style: DWRITE_FONT_STYLE, matchingFonts: *mut *mut IDWriteFontList) -> HRESULT,
}
Fields
parent | |
GetFamilyNames | |
GetFirstMatchingFont | |
GetMatchingFonts | |