IDWriteFont3 interface (dwrite_3.h)

Represents a font in a font collection.

Inheritance

The IDWriteFont3 interface inherits from IDWriteFont2. IDWriteFont3 also has these types of members:

Methods

The IDWriteFont3 interface has these methods.

 
IDWriteFont3::CreateFontFace

Creates a font face object for the font. (IDWriteFont3.CreateFontFace)
IDWriteFont3::Equals

Compares two instances of font references for equality.
IDWriteFont3::GetFontFaceReference

Gets a font face reference that identifies this font. (IDWriteFont3.GetFontFaceReference)
IDWriteFont3::GetLocality

Gets the current locality of the font.

Requirements

Requirement Value
Minimum supported client Windows 10 [desktop apps | UWP apps]
Minimum supported server Windows Server 2016 [desktop apps | UWP apps]
Target Platform Windows
Header dwrite_3.h

See also

IDWriteFont2