ReactOS 0.4.17-dev-934-g091855f
IDWriteGdiInterop Interface Reference
Inheritance diagram for IDWriteGdiInterop:
Collaboration diagram for IDWriteGdiInterop:

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
 

Detailed Description

Definition at line 1143 of file dwrite.idl.

Member Function Documentation

◆ ConvertFontFaceToLOGFONT()

HRESULT IDWriteGdiInterop::ConvertFontFaceToLOGFONT ( [in] IDWriteFontFace *  font,
[out] LOGFONTW *  logfont 
)

◆ ConvertFontToLOGFONT()

HRESULT IDWriteGdiInterop::ConvertFontToLOGFONT ( [in] IDWriteFont *  font,
[out] LOGFONTW *  logfont,
[out] BOOL *  is_systemfont 
)

◆ CreateBitmapRenderTarget()

HRESULT IDWriteGdiInterop::CreateBitmapRenderTarget ( [in] HDC  hdc,
[in] UINT32  width,
[in] UINT32  height,
[out] IDWriteBitmapRenderTarget **  target 
)

◆ CreateFontFaceFromHdc()

HRESULT IDWriteGdiInterop::CreateFontFaceFromHdc ( [in] HDC  hdc,
[out] IDWriteFontFace **  fontface 
)

◆ CreateFontFromLOGFONT()

HRESULT IDWriteGdiInterop::CreateFontFromLOGFONT ( [in] LOGFONTW const *  logfont,
[out] IDWriteFont **  font 
)

The documentation for this interface was generated from the following file: