DWRITE_PANOSE_XASCENT enumeration
The DWRITE_PANOSE_XASCENT enumeration contains values that specify the relative size of the lowercase letters.
Syntax
enum DWRITE_PANOSE_XASCENT {
DWRITE_PANOSE_XASCENT_ANY = 0,
DWRITE_PANOSE_XASCENT_NO_FIT = 1,
DWRITE_PANOSE_XASCENT_VERY_LOW = 2,
DWRITE_PANOSE_XASCENT_LOW = 3,
DWRITE_PANOSE_XASCENT_MEDIUM = 4,
DWRITE_PANOSE_XASCENT_HIGH = 5,
DWRITE_PANOSE_XASCENT_VERY_HIGH = 6
};
Constants
- DWRITE_PANOSE_XASCENT_ANY
-
Any xascent.
- DWRITE_PANOSE_XASCENT_NO_FIT
-
No fit for xascent.
- DWRITE_PANOSE_XASCENT_VERY_LOW
-
Very low xascent.
- DWRITE_PANOSE_XASCENT_LOW
-
Low xascent.
- DWRITE_PANOSE_XASCENT_MEDIUM
-
Medium xascent.
- DWRITE_PANOSE_XASCENT_HIGH
-
High xascent.
- DWRITE_PANOSE_XASCENT_VERY_HIGH
-
Very high xascent.
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