IDWriteGdiInterop1 interface (dwrite_3.h)

Provides interoperability with GDI, such as methods to convert a font face to a LOGFONT structure, or to convert a GDI font description into a font face. It is also used to create bitmap render target objects.

Inheritance

The IDWriteGdiInterop1 interface inherits from IDWriteGdiInterop. IDWriteGdiInterop1 also has these types of members:

Methods

The IDWriteGdiInterop1 interface has these methods.

 
IDWriteGdiInterop1::CreateFontFromLOGFONT

Creates a font object that matches the properties specified by the LOGFONT structure. (IDWriteGdiInterop1.CreateFontFromLOGFONT)
IDWriteGdiInterop1::GetFontSignature

Reads the font signature from the given font. (overload 2/2)
IDWriteGdiInterop1::GetFontSignature

Reads the font signature from the given font. (overload 1/2)
IDWriteGdiInterop1::GetMatchingFontsByLOGFONT

Gets a list of matching fonts based on the specified LOGFONT values. Only fonts of that family name will be returned.

Requirements

Requirement Value
Target Platform Windows
Header dwrite_3.h

See also

IDWriteGdiInterop