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

#[repr(C)]
pub struct IDWriteFontFace5 { pub lpVtbl: *const IDWriteFontFace5Vtbl, }

Fields

lpVtbl: *const IDWriteFontFace5Vtbl

Methods

impl IDWriteFontFace5[src]

pub unsafe fn GetFontAxisValueCount(&self) -> UINT32[src]

pub unsafe fn GetFontAxisValues(
    &self,
    values: *mut DWRITE_FONT_AXIS_VALUE,
    valueCount: UINT32
) -> HRESULT
[src]

pub unsafe fn HasVariations(&self) -> BOOL[src]

pub unsafe fn GetFontResource(
    &self,
    resource: *mut *mut IDWriteFontResource
) -> HRESULT
[src]

pub unsafe fn Equals(&self, fontFace: *mut IDWriteFontFace) -> BOOL[src]

Methods from Deref<Target = IDWriteFontFace4>

pub unsafe fn GetGlyphImageFormats_2(
    &self,
    glyph: UINT16,
    ppemFirst: UINT32,
    ppemLast: UINT32,
    formats: *mut DWRITE_GLYPH_IMAGE_FORMATS
) -> HRESULT
[src]

pub unsafe fn GetGlyphImageFormats_1(&self) -> DWRITE_GLYPH_IMAGE_FORMATS[src]

pub unsafe fn GetGlyphImageData(
    &self,
    glyph: UINT16,
    ppem: UINT32,
    format: DWRITE_GLYPH_IMAGE_FORMATS,
    data: *mut DWRITE_GLYPH_IMAGE_DATA,
    context: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn ReleaseGlyphImageData(&self, context: *mut c_void)[src]

Trait Implementations

impl Interface for IDWriteFontFace5[src]

impl Deref for IDWriteFontFace5[src]

type Target = IDWriteFontFace4

The resulting type after dereferencing.

Auto Trait Implementations

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto 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, U> Into for T where
    U: From<T>, 
[src]

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

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

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