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

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

Fields

lpVtbl: *const IDWriteFontCollection1Vtbl

Methods

impl IDWriteFontCollection1[src]

pub unsafe fn GetFontSet(&self, fontSet: *mut *mut IDWriteFontSet) -> HRESULT[src]

pub unsafe fn GetFontFamily(
    &self,
    index: UINT32,
    fontFamily: *mut *mut IDWriteFontFamily1
) -> HRESULT
[src]

Methods from Deref<Target = IDWriteFontCollection>

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

pub unsafe fn GetFontFamily(
    &self,
    index: UINT32,
    fontFamily: *mut *mut IDWriteFontFamily
) -> HRESULT
[src]

pub unsafe fn FindFamilyName(
    &self,
    familyName: *const WCHAR,
    index: *mut UINT32,
    exists: *mut BOOL
) -> HRESULT
[src]

pub unsafe fn GetFontFromFontFace(
    &self,
    fontFace: *mut IDWriteFontFace,
    font: *mut *mut IDWriteFont
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDWriteFontCollection1[src]

impl Deref for IDWriteFontCollection1[src]

type Target = IDWriteFontCollection

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]