[][src]Struct winapi::um::dwrite_3::IDWriteFontFace3Vtbl

#[repr(C)]
pub struct IDWriteFontFace3Vtbl {
    pub parent: IDWriteFontFace2Vtbl,
    pub GetFontFaceReference: unsafe extern "system" fn(This: *mut IDWriteFontFace3, fontFaceReference: *mut *mut IDWriteFontFaceReference) -> HRESULT,
    pub GetPanose: unsafe extern "system" fn(This: *mut IDWriteFontFace3, panose: *mut DWRITE_PANOSE),
    pub GetWeight: unsafe extern "system" fn(This: *mut IDWriteFontFace3) -> DWRITE_FONT_WEIGHT,
    pub GetStretch: unsafe extern "system" fn(This: *mut IDWriteFontFace3) -> DWRITE_FONT_STRETCH,
    pub GetStyle: unsafe extern "system" fn(This: *mut IDWriteFontFace3) -> DWRITE_FONT_STYLE,
    pub GetFamilyNames: unsafe extern "system" fn(This: *mut IDWriteFontFace3, names: *mut *mut IDWriteLocalizedStrings) -> HRESULT,
    pub GetFaceNames: unsafe extern "system" fn(This: *mut IDWriteFontFace3, names: *mut *mut IDWriteLocalizedStrings) -> HRESULT,
    pub GetInformationalStrings: unsafe extern "system" fn(This: *mut IDWriteFontFace3, informationalStringID: DWRITE_INFORMATIONAL_STRING_ID, informationalStrings: *mut *mut IDWriteLocalizedStrings, exists: *mut BOOL) -> HRESULT,
    pub HasCharacter: unsafe extern "system" fn(This: *mut IDWriteFontFace3, unicodeValue: UINT32) -> BOOL,
    pub GetRecommendedRenderingMode: unsafe extern "system" fn(This: *mut IDWriteFontFace3, fontEmSize: FLOAT, dpiX: FLOAT, dpiY: FLOAT, transform: *const DWRITE_MATRIX, isSideways: BOOL, outlineThreshold: DWRITE_OUTLINE_THRESHOLD, measuringMode: DWRITE_MEASURING_MODE, renderingParams: *mut IDWriteRenderingParams, renderingMode: *mut DWRITE_RENDERING_MODE1, gridFitMode: *mut DWRITE_GRID_FIT_MODE) -> HRESULT,
    pub IsCharacterLocal: unsafe extern "system" fn(This: *mut IDWriteFontFace3, unicodeValue: UINT32) -> BOOL,
    pub IsGlyphLocal: unsafe extern "system" fn(This: *mut IDWriteFontFace3, glyphId: UINT16) -> BOOL,
    pub AreCharactersLocal: unsafe extern "system" fn(This: *mut IDWriteFontFace3, characters: *const WCHAR, characterCount: UINT32, enqueueIfNotLocal: BOOL, isLocal: *mut BOOL) -> HRESULT,
    pub AreGlyphsLocal: unsafe extern "system" fn(This: *mut IDWriteFontFace3, glyphIndices: *const UINT16, glyphCount: UINT32, enqueueIfNotLocal: BOOL, isLocal: *mut BOOL) -> HRESULT,
}

Fields

parent: IDWriteFontFace2VtblGetFontFaceReference: unsafe extern "system" fn(This: *mut IDWriteFontFace3, fontFaceReference: *mut *mut IDWriteFontFaceReference) -> HRESULTGetPanose: unsafe extern "system" fn(This: *mut IDWriteFontFace3, panose: *mut DWRITE_PANOSE)GetWeight: unsafe extern "system" fn(This: *mut IDWriteFontFace3) -> DWRITE_FONT_WEIGHTGetStretch: unsafe extern "system" fn(This: *mut IDWriteFontFace3) -> DWRITE_FONT_STRETCHGetStyle: unsafe extern "system" fn(This: *mut IDWriteFontFace3) -> DWRITE_FONT_STYLEGetFamilyNames: unsafe extern "system" fn(This: *mut IDWriteFontFace3, names: *mut *mut IDWriteLocalizedStrings) -> HRESULTGetFaceNames: unsafe extern "system" fn(This: *mut IDWriteFontFace3, names: *mut *mut IDWriteLocalizedStrings) -> HRESULTGetInformationalStrings: unsafe extern "system" fn(This: *mut IDWriteFontFace3, informationalStringID: DWRITE_INFORMATIONAL_STRING_ID, informationalStrings: *mut *mut IDWriteLocalizedStrings, exists: *mut BOOL) -> HRESULTHasCharacter: unsafe extern "system" fn(This: *mut IDWriteFontFace3, unicodeValue: UINT32) -> BOOLGetRecommendedRenderingMode: unsafe extern "system" fn(This: *mut IDWriteFontFace3, fontEmSize: FLOAT, dpiX: FLOAT, dpiY: FLOAT, transform: *const DWRITE_MATRIX, isSideways: BOOL, outlineThreshold: DWRITE_OUTLINE_THRESHOLD, measuringMode: DWRITE_MEASURING_MODE, renderingParams: *mut IDWriteRenderingParams, renderingMode: *mut DWRITE_RENDERING_MODE1, gridFitMode: *mut DWRITE_GRID_FIT_MODE) -> HRESULTIsCharacterLocal: unsafe extern "system" fn(This: *mut IDWriteFontFace3, unicodeValue: UINT32) -> BOOLIsGlyphLocal: unsafe extern "system" fn(This: *mut IDWriteFontFace3, glyphId: UINT16) -> BOOLAreCharactersLocal: unsafe extern "system" fn(This: *mut IDWriteFontFace3, characters: *const WCHAR, characterCount: UINT32, enqueueIfNotLocal: BOOL, isLocal: *mut BOOL) -> HRESULTAreGlyphsLocal: unsafe extern "system" fn(This: *mut IDWriteFontFace3, glyphIndices: *const UINT16, glyphCount: UINT32, enqueueIfNotLocal: BOOL, isLocal: *mut BOOL) -> 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]