|
ReactOS 0.4.17-dev-934-g091855f
|


Public Member Functions | |
| HRESULT | CreateFontFromLOGFONT ([in] LOGFONTW const *logfont, [out] IDWriteFont **font) |
| HRESULT | ConvertFontToLOGFONT ([in] IDWriteFont *font, [out] LOGFONTW *logfont, [out] BOOL *is_systemfont) |
| HRESULT | ConvertFontFaceToLOGFONT ([in] IDWriteFontFace *font, [out] LOGFONTW *logfont) |
| HRESULT | CreateFontFaceFromHdc ([in] HDC hdc, [out] IDWriteFontFace **fontface) |
| HRESULT | CreateBitmapRenderTarget ([in] HDC hdc, [in] UINT32 width, [in] UINT32 height, [out] IDWriteBitmapRenderTarget **target) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
Definition at line 1143 of file dwrite.idl.
| HRESULT IDWriteGdiInterop::ConvertFontFaceToLOGFONT | ( | [in] IDWriteFontFace * | font, |
| [out] LOGFONTW * | logfont | ||
| ) |
| HRESULT IDWriteGdiInterop::ConvertFontToLOGFONT | ( | [in] IDWriteFont * | font, |
| [out] LOGFONTW * | logfont, | ||
| [out] BOOL * | is_systemfont | ||
| ) |
| HRESULT IDWriteGdiInterop::CreateBitmapRenderTarget | ( | [in] HDC | hdc, |
| [in] UINT32 | width, | ||
| [in] UINT32 | height, | ||
| [out] IDWriteBitmapRenderTarget ** | target | ||
| ) |
| HRESULT IDWriteGdiInterop::CreateFontFaceFromHdc | ( | [in] HDC | hdc, |
| [out] IDWriteFontFace ** | fontface | ||
| ) |
| HRESULT IDWriteGdiInterop::CreateFontFromLOGFONT | ( | [in] LOGFONTW const * | logfont, |
| [out] IDWriteFont ** | font | ||
| ) |