Struct winapi::dwrite::IDWriteGdiInterop [] [src]

pub struct IDWriteGdiInterop {
    pub lpVtbl: *const IDWriteGdiInteropVtbl,
}

Fields

lpVtbl: *const IDWriteGdiInteropVtbl

Methods

impl IDWriteGdiInterop
[src]

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

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

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

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

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

Methods from Deref<Target=IUnknown>

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

unsafe fn AddRef(&mut self) -> ULONG

unsafe fn Release(&mut self) -> ULONG

Trait Implementations

impl Debug for IDWriteGdiInterop
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Deref for IDWriteGdiInterop
[src]

type Target = IUnknown

The resulting type after dereferencing

fn deref(&self) -> &IUnknown

The method called to dereference a value

impl DerefMut for IDWriteGdiInterop
[src]

fn deref_mut(&mut self) -> &mut IUnknown

The method called to mutably dereference a value