[][src]Struct winapi::um::dwrite::IDWriteFontVtbl

#[repr(C)]
pub struct IDWriteFontVtbl {
    pub parent: IUnknownVtbl,
    pub GetFontFamily: unsafe extern "system" fn(This: *mut IDWriteFont, fontFamily: *mut *mut IDWriteFontFamily) -> HRESULT,
    pub GetWeight: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_WEIGHT,
    pub GetStretch: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_STRETCH,
    pub GetStyle: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_STYLE,
    pub IsSymbolFont: unsafe extern "system" fn(This: *mut IDWriteFont) -> BOOL,
    pub GetFaceNames: unsafe extern "system" fn(This: *mut IDWriteFont, names: *mut *mut IDWriteLocalizedStrings) -> HRESULT,
    pub GetInformationalStrings: unsafe extern "system" fn(This: *mut IDWriteFont, informationalStringId: DWRITE_INFORMATIONAL_STRING_ID, informationalStrings: *mut *mut IDWriteLocalizedStrings, exists: *mut BOOL) -> HRESULT,
    pub GetSimulations: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_SIMULATIONS,
    pub GetMetrics: unsafe extern "system" fn(This: *mut IDWriteFont, fontMetrics: *mut DWRITE_FONT_METRICS),
    pub HasCharacter: unsafe extern "system" fn(This: *mut IDWriteFont, unicodeValue: UINT32, exists: *mut BOOL) -> HRESULT,
    pub CreateFontFace: unsafe extern "system" fn(This: *mut IDWriteFont, fontFace: *mut *mut IDWriteFontFace) -> HRESULT,
}

Fields

parent: IUnknownVtblGetFontFamily: unsafe extern "system" fn(This: *mut IDWriteFont, fontFamily: *mut *mut IDWriteFontFamily) -> HRESULTGetWeight: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_WEIGHTGetStretch: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_STRETCHGetStyle: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_STYLEIsSymbolFont: unsafe extern "system" fn(This: *mut IDWriteFont) -> BOOLGetFaceNames: unsafe extern "system" fn(This: *mut IDWriteFont, names: *mut *mut IDWriteLocalizedStrings) -> HRESULTGetInformationalStrings: unsafe extern "system" fn(This: *mut IDWriteFont, informationalStringId: DWRITE_INFORMATIONAL_STRING_ID, informationalStrings: *mut *mut IDWriteLocalizedStrings, exists: *mut BOOL) -> HRESULTGetSimulations: unsafe extern "system" fn(This: *mut IDWriteFont) -> DWRITE_FONT_SIMULATIONSGetMetrics: unsafe extern "system" fn(This: *mut IDWriteFont, fontMetrics: *mut DWRITE_FONT_METRICS)HasCharacter: unsafe extern "system" fn(This: *mut IDWriteFont, unicodeValue: UINT32, exists: *mut BOOL) -> HRESULTCreateFontFace: unsafe extern "system" fn(This: *mut IDWriteFont, fontFace: *mut *mut IDWriteFontFace) -> HRESULT

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]