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

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

Fields

lpVtbl: *const IDWriteFontList1Vtbl

Methods

impl IDWriteFontList1[src]

pub unsafe fn GetFontLocality(&self, listIndex: UINT32) -> DWRITE_LOCALITY[src]

pub unsafe fn GetFont(
    &self,
    listIndex: UINT32,
    font: *mut *mut IDWriteFont3
) -> HRESULT
[src]

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

Methods from Deref<Target = IDWriteFontList>

pub unsafe fn GetFontCollection(
    &self,
    fontCollection: *mut *mut IDWriteFontCollection
) -> HRESULT
[src]

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

pub unsafe fn GetFont(
    &self,
    index: UINT32,
    font: *mut *mut IDWriteFont
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDWriteFontList1[src]

impl Deref for IDWriteFontList1[src]

type Target = IDWriteFontList

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]