IDWriteFontFaceReference1 interface (dwrite_3.h)

Represents a reference to a font face. A uniquely identifying reference to a font, from which you can create a font face to query font metrics and use for rendering. A font face reference consists of a font file, font face index, and font face simulation. The file data may or may not be physically present on the local machine yet. IDWriteFontFaceReference1 adds new facilities, including support for IDWriteFontFace5.

This interface extends IDWriteFontFaceReference.

Inheritance

The IDWriteFontFaceReference1 interface inherits from the IDWriteFontFaceReference interface.

Methods

The IDWriteFontFaceReference1 interface has these methods.

 
IDWriteFontFaceReference1::CreateFontFace

Uses the reference to create a font face, for use with layout, shaping, or rendering.
IDWriteFontFaceReference1::GetFontAxisValueCount

Retrieves the number of axes specified by the reference.
IDWriteFontFaceReference1::GetFontAxisValues

Retrieves the list of font axis values specified by the reference.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Target Platform Windows
Header dwrite_3.h

See also

IDWriteFontFaceReference