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

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

Fields

lpVtbl: *const IDWriteGdiInterop1Vtbl

Methods

impl IDWriteGdiInterop1[src]

pub unsafe fn CreateFontFromLOGFONT(
    &self,
    logFont: *const LOGFONTW,
    fontCollection: *mut IDWriteFontCollection,
    font: *mut *mut IDWriteFont
) -> HRESULT
[src]

pub unsafe fn GetFontSignature_2(
    &self,
    fontFace: *mut IDWriteFontFace,
    fontSignature: *mut FONTSIGNATURE
) -> HRESULT
[src]

pub unsafe fn GetFontSignature_1(
    &self,
    font: *mut IDWriteFont,
    fontSignature: *mut FONTSIGNATURE
) -> HRESULT
[src]

pub unsafe fn GetMatchingFontsByLOGFONT(
    &self,
    logFont: *const LOGFONTW,
    fontSet: *mut IDWriteFontSet,
    filteredSet: *mut *mut IDWriteFontSet
) -> HRESULT
[src]

Methods from Deref<Target = IDWriteGdiInterop>

pub unsafe fn CreateFontFromLOGFONT(
    &self,
    logFont: *const LOGFONTW,
    font: *mut *mut IDWriteFont
) -> HRESULT
[src]

pub unsafe fn ConvertFontToLOGFONT(
    &self,
    font: *mut IDWriteFont,
    logFont: *mut LOGFONTW,
    isSystemFont: *mut BOOL
) -> HRESULT
[src]

pub unsafe fn ConvertFontFaceToLOGFONT(
    &self,
    font: *mut IDWriteFontFace,
    logFont: *mut LOGFONTW
) -> HRESULT
[src]

pub unsafe fn CreateFontFaceFromHdc(
    &self,
    hdc: HDC,
    fontFace: *mut *mut IDWriteFontFace
) -> HRESULT
[src]

pub unsafe fn CreateBitmapRenderTarget(
    &self,
    hdc: HDC,
    width: UINT32,
    height: UINT32,
    renderTarget: *mut *mut IDWriteBitmapRenderTarget
) -> HRESULT
[src]

Trait Implementations

impl Interface for IDWriteGdiInterop1[src]

impl Deref for IDWriteGdiInterop1[src]

type Target = IDWriteGdiInterop

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]