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

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

Fields

lpVtbl: *const IDWriteFontFaceReference1Vtbl

Methods

impl IDWriteFontFaceReference1[src]

pub unsafe fn CreateFontFace(
    &self,
    fontFace: *mut *mut IDWriteFontFace5
) -> HRESULT
[src]

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

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

Methods from Deref<Target = IDWriteFontFaceReference>

pub unsafe fn CreateFontFace(
    &self,
    fontFace: *mut *mut IDWriteFontFace3
) -> HRESULT
[src]

pub unsafe fn CreateFontFaceWithSimulations(
    &self,
    fontFaceSimulationFlags: DWRITE_FONT_SIMULATIONS,
    fontFace: *mut *mut IDWriteFontFace3
) -> HRESULT
[src]

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

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

pub unsafe fn GetSimulations(&self) -> DWRITE_FONT_SIMULATIONS[src]

pub unsafe fn GetFontFile(&self, fontFile: *mut *mut IDWriteFontFile) -> HRESULT[src]

pub unsafe fn GetLocalFileSize(&self) -> UINT64[src]

pub unsafe fn GetFileSize(&self) -> UINT64[src]

pub unsafe fn GetFileTime(&self, lastWriteTime: *mut FILETIME) -> HRESULT[src]

pub unsafe fn GetLocality(&self) -> DWRITE_LOCALITY[src]

pub unsafe fn EnqueueFontDownloadRequest(&self) -> HRESULT[src]

pub unsafe fn EnqueueCharacterDownloadRequest(
    &self,
    characters: *const WCHAR,
    characterCount: UINT32
) -> HRESULT
[src]

pub unsafe fn EnqueueGlyphDownloadRequest(
    &self,
    glyphIndices: *const UINT16,
    glyphCount: UINT32
) -> HRESULT
[src]

pub unsafe fn EnqueueFileFragmentDownloadRequest(
    &self,
    fileOffset: UINT64,
    fragmentSize: UINT64
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDWriteFontFaceReference1[src]

impl Deref for IDWriteFontFaceReference1[src]

type Target = IDWriteFontFaceReference

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]