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

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

Fields

lpVtbl: *const IDWriteFontFace4Vtbl

Methods

impl IDWriteFontFace4[src]

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]

Methods from Deref<Target = IDWriteFontFace3>

pub unsafe fn GetFontFaceReference(
    &self,
    fontFaceReference: *mut *mut IDWriteFontFaceReference
) -> HRESULT
[src]

pub unsafe fn GetPanose(&self, panose: *mut DWRITE_PANOSE)[src]

pub unsafe fn GetWeight(&self) -> DWRITE_FONT_WEIGHT[src]

pub unsafe fn GetStretch(&self) -> DWRITE_FONT_STRETCH[src]

pub unsafe fn GetStyle(&self) -> DWRITE_FONT_STYLE[src]

pub unsafe fn GetFamilyNames(
    &self,
    names: *mut *mut IDWriteLocalizedStrings
) -> HRESULT
[src]

pub unsafe fn GetFaceNames(
    &self,
    names: *mut *mut IDWriteLocalizedStrings
) -> HRESULT
[src]

pub unsafe fn GetInformationalStrings(
    &self,
    informationalStringID: DWRITE_INFORMATIONAL_STRING_ID,
    informationalStrings: *mut *mut IDWriteLocalizedStrings,
    exists: *mut BOOL
) -> HRESULT
[src]

pub unsafe fn HasCharacter(&self, unicodeValue: UINT32) -> BOOL[src]

pub unsafe fn GetRecommendedRenderingMode(
    &self,
    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
[src]

pub unsafe fn IsCharacterLocal(&self, unicodeValue: UINT32) -> BOOL[src]

pub unsafe fn IsGlyphLocal(&self, glyphId: UINT16) -> BOOL[src]

pub unsafe fn AreCharactersLocal(
    &self,
    characters: *const WCHAR,
    characterCount: UINT32,
    enqueueIfNotLocal: BOOL,
    isLocal: *mut BOOL
) -> HRESULT
[src]

pub unsafe fn AreGlyphsLocal(
    &self,
    glyphIndices: *const UINT16,
    glyphCount: UINT32,
    enqueueIfNotLocal: BOOL,
    isLocal: *mut BOOL
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDWriteFontFace4[src]

impl Deref for IDWriteFontFace4[src]

type Target = IDWriteFontFace3

The resulting type after dereferencing.

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]