DWRITE_PANOSE_XHEIGHT enumeration
The DWRITE_PANOSE_XHEIGHT enumeration contains values that specify info about the relative size of lowercase letters and the treatment of diacritic marks (xheight).
Syntax
enum DWRITE_PANOSE_XHEIGHT {
DWRITE_PANOSE_XHEIGHT_ANY = 0,
DWRITE_PANOSE_XHEIGHT_NO_FIT = 1,
DWRITE_PANOSE_XHEIGHT_CONSTANT_SMALL = 2,
DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD = 3,
DWRITE_PANOSE_XHEIGHT_CONSTANT_LARGE = 4,
DWRITE_PANOSE_XHEIGHT_DUCKING_SMALL = 5,
DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD = 6,
DWRITE_PANOSE_XHEIGHT_DUCKING_LARGE = 7,
DWRITE_PANOSE_XHEIGHT_CONSTANT_STD = DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD,
DWRITE_PANOSE_XHEIGHT_DUCKING_STD = DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD
};
Constants
- DWRITE_PANOSE_XHEIGHT_ANY
-
Any xheight.
- DWRITE_PANOSE_XHEIGHT_NO_FIT
-
No fit xheight.
- DWRITE_PANOSE_XHEIGHT_CONSTANT_SMALL
-
Constant small xheight.
- DWRITE_PANOSE_XHEIGHT_CONSTANT_STANDARD
-
Constant standard xheight.
- DWRITE_PANOSE_XHEIGHT_CONSTANT_LARGE
-
Constant large xheight.
- DWRITE_PANOSE_XHEIGHT_DUCKING_SMALL
-
Ducking small xheight.
- DWRITE_PANOSE_XHEIGHT_DUCKING_STANDARD
-
Ducking standard xheight.
- DWRITE_PANOSE_XHEIGHT_DUCKING_LARGE
-
Ducking large xheight.
- DWRITE_PANOSE_XHEIGHT_CONSTANT_STD
-
Constant standard xheight.
- DWRITE_PANOSE_XHEIGHT_DUCKING_STD
-
Ducking standard xheight.
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