DWRITE_PANOSE_ASPECT enumeration
The DWRITE_PANOSE_ASPECT enumeration contains values that specify the ratio between the width and height of the character face.
Syntax
enum DWRITE_PANOSE_ASPECT {
DWRITE_PANOSE_ASPECT_ANY = 0,
DWRITE_PANOSE_ASPECT_NO_FIT = 1,
DWRITE_PANOSE_ASPECT_SUPER_CONDENSED = 2,
DWRITE_PANOSE_ASPECT_VERY_CONDENSED = 3,
DWRITE_PANOSE_ASPECT_CONDENSED = 4,
DWRITE_PANOSE_ASPECT_NORMAL = 5,
DWRITE_PANOSE_ASPECT_EXTENDED = 6,
DWRITE_PANOSE_ASPECT_VERY_EXTENDED = 7,
DWRITE_PANOSE_ASPECT_SUPER_EXTENDED = 8,
DWRITE_PANOSE_ASPECT_MONOSPACED = 9
};
Constants
- DWRITE_PANOSE_ASPECT_ANY
-
Any aspect.
- DWRITE_PANOSE_ASPECT_NO_FIT
-
No fit for aspect.
- DWRITE_PANOSE_ASPECT_SUPER_CONDENSED
-
Super condensed aspect.
- DWRITE_PANOSE_ASPECT_VERY_CONDENSED
-
Very condensed aspect.
- DWRITE_PANOSE_ASPECT_CONDENSED
-
Condensed aspect.
- DWRITE_PANOSE_ASPECT_NORMAL
-
Normal aspect.
- DWRITE_PANOSE_ASPECT_EXTENDED
-
Extended aspect.
- DWRITE_PANOSE_ASPECT_VERY_EXTENDED
-
Very extended aspect.
- DWRITE_PANOSE_ASPECT_SUPER_EXTENDED
-
Super extended aspect.
- DWRITE_PANOSE_ASPECT_MONOSPACED
-
Monospace aspect.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps only] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
See also