DWRITE_PANOSE_XASCENT enumeration (dwrite_1.h)
The DWRITE_PANOSE_XASCENT enumeration contains values that specify the relative size of the lowercase letters.
Syntax
typedef 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 Value: 0 Any xascent. |
DWRITE_PANOSE_XASCENT_NO_FIT Value: 1 No fit for xascent. |
DWRITE_PANOSE_XASCENT_VERY_LOW Value: 2 Very low xascent. |
DWRITE_PANOSE_XASCENT_LOW Value: 3 Low xascent. |
DWRITE_PANOSE_XASCENT_MEDIUM Value: 4 Medium xascent. |
DWRITE_PANOSE_XASCENT_HIGH Value: 5 High xascent. |
DWRITE_PANOSE_XASCENT_VERY_HIGH Value: 6 Very high xascent. |
Requirements
Requirement | Value |
---|---|
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] |
Header | dwrite_1.h |