IDWriteFontFace4 interface

Represents an absolute reference to a font face. It contains font face type, appropriate file references and face identification data. Various font data such as metrics, names and glyph outlines are obtained from IDWriteFontFace.

Members

The IDWriteFontFace4 interface inherits from IDWriteFontFace3. IDWriteFontFace4 also has these types of members:

Methods

The IDWriteFontFace4 interface has these methods.

MethodDescription
GetGlyphImageData

Gets a pointer to the glyph data based on the desired image format.

GetGlyphImageFormats Overloaded.

Gets supported glyph image formats.

ReleaseGlyphImageData

Releases the table data obtained from ReadGlyphData.

 

Requirements

Header

Dwrite_3.h

Library

Dwrite.lib

 

 

Show: