Struct winapi::dwrite::IDWriteGdiInterop
[−]
[src]
pub struct IDWriteGdiInterop { pub lpVtbl: *const IDWriteGdiInteropVtbl, }
Fields
lpVtbl |
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 Deref for IDWriteGdiInterop
[src]
type Target = IUnknown
The resulting type after dereferencing
fn deref(&self) -> &IUnknown
The method called to dereference a value