IDWriteGdiInterop1 interface

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.

Members

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

Methods

The IDWriteGdiInterop1 interface has these methods.

MethodDescription
CreateFontFromLOGFONT

Creates a font object that matches the properties specified by the LOGFONT structure.

GetFontSignature Overloaded.

Retrieves a font signature.

GetMatchingFontsByLOGFONT

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

 

Requirements

Header

Dwrite_3.h

Library

Dwrite.lib

DLL

Dwrite.dll

See also

IDWriteGdiInterop

 

 

Show: