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

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

Fields

lpVtbl: *const IDWriteFontFamily1Vtbl

Methods

impl IDWriteFontFamily1[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 = IDWriteFontFamily>

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

pub unsafe fn GetFirstMatchingFont(
    &self,
    weight: DWRITE_FONT_WEIGHT,
    stretch: DWRITE_FONT_STRETCH,
    style: DWRITE_FONT_STYLE,
    matchingFont: *mut *mut IDWriteFont
) -> HRESULT
[src]

pub unsafe fn GetMatchingFonts(
    &self,
    weight: DWRITE_FONT_WEIGHT,
    stretch: DWRITE_FONT_STRETCH,
    style: DWRITE_FONT_STYLE,
    matchingFonts: *mut *mut IDWriteFontList
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDWriteFontFamily1[src]

impl Deref for IDWriteFontFamily1[src]

type Target = IDWriteFontFamily

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]