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

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

Fields

lpVtbl: *const IDWriteFontFaceReferenceVtbl

Methods

impl IDWriteFontFaceReference[src]

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]

Methods from Deref<Target = IUnknown>

pub unsafe fn QueryInterface(
    &self,
    riid: REFIID,
    ppvObject: *mut *mut c_void
) -> HRESULT
[src]

pub unsafe fn AddRef(&self) -> ULONG[src]

pub unsafe fn Release(&self) -> ULONG[src]

Trait Implementations

impl Interface for IDWriteFontFaceReference[src]

impl Deref for IDWriteFontFaceReference[src]

type Target = IUnknown

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]