IDWriteFont1 interface (dwrite_1.h)

Represents a physical font in a font collection.

Inheritance

The IDWriteFont1 interface inherits from IDWriteFont. IDWriteFont1 also has these types of members:

Methods

The IDWriteFont1 interface has these methods.

 
IDWriteFont1::GetMetrics

Obtains design units and common metrics for the font face. These metrics are applicable to all the glyphs within a font face and are used by applications for layout calculations. (IDWriteFont1.GetMetrics)
IDWriteFont1::GetPanose

Gets the PANOSE values from the font and is used for font selection and matching.
IDWriteFont1::GetUnicodeRanges

Retrieves the list of character ranges supported by a font.
IDWriteFont1::IsMonospacedFont

Determines if the font is monospaced, that is, the characters are the same fixed-pitch width (non-proportional).

Requirements

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Target Platform Windows
Header dwrite_1.h

See also

IDWriteFont