IDWriteFont1 interface
Represents a physical font in a font collection.
Members
The IDWriteFont1 interface inherits from IDWriteFont. IDWriteFont1 also has these types of members:
Methods
The IDWriteFont1 interface has these methods.
| Method | Description |
|---|---|
| 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. |
| GetPanose |
Gets the PANOSE values from the font and is used for font selection and matching. |
| GetUnicodeRanges |
Retrieves the list of character ranges supported by a font. |
| IsMonospacedFont |
Determines if the font is monospaced, that is, the characters are the same fixed-pitch width (non-proportional). |
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also