The following tables list the members exposed by GdiInterop.
Public Properties
Public Methods
| | Name | Description |
 | ConvertFontFaceToLOGFONT | HRESULT IDWriteGdiInterop::ConvertFontFaceToLOGFONT([In] IDWriteFontFace* font,[In] void* logFont) |
 | ConvertFontToLOGFONT | HRESULT IDWriteGdiInterop::ConvertFontToLOGFONT([In] IDWriteFont* font,[In] void* logFont,[Out] BOOL* isSystemFont) |
 | CreateBitmapRenderTarget | HRESULT IDWriteGdiInterop::CreateBitmapRenderTarget([In, Optional] HDC hdc,[In] unsigned int width,[In] unsigned int height,[Out] IDWriteBitmapRenderTarget** renderTarget) |
 | CreateFontFaceFromHdc | HRESULT IDWriteGdiInterop::CreateFontFaceFromHdc([In] HDC hdc,[Out] IDWriteFontFace** fontFace) |
 | CreateFontFromLOGFONT | HRESULT IDWriteGdiInterop::CreateFontFromLOGFONT([In] const void* logFont,[Out] IDWriteFont** font) |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from C1.Util.DX.DisposeBase) |
 | FromLogFont | Creates a font object that matches the properties specified by the LOGFONT structure. |
 | FromSystemDrawingFont | Creates a font object that matches the properties specified by the LOGFONT structure. |
 | QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | ToLogFont | Initializes a LOGFONT structure based on the GDI-compatible properties of the specified font. |
 | ToSystemDrawingFont | Convert a Direct2D Font to a System.Drawing.Font. |
Top
Public Events
See Also