IDWriteFontFace4 interface (dwrite_3.h)

Represents an absolute reference to a font face. This interface contains font face type, appropriate file references, and face identification data.

This interface extends IDWriteFontFace3. Various font data such as metrics, names, and glyph outlines are obtained from IDWriteFontFace.

Inheritance

The IDWriteFontFace4 interface inherits from the IDWriteFontFace3 interface.

Methods

The IDWriteFontFace4 interface has these methods.

 
IDWriteFontFace4::GetGlyphImageData

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

Gets all the glyph image formats supported by the entire font. (IDWriteFontFace4.GetGlyphImageFormats)
IDWriteFontFace4::GetGlyphImageFormats

Gets all the glyph image formats supported by the entire font. (overload 1/2)
IDWriteFontFace4::ReleaseGlyphImageData

Releases the table data obtained from ReadGlyphData.

Requirements

Requirement Value
Target Platform Windows
Header dwrite_3.h

See also

IDWriteFontFace3