Enum PanoseXheight
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
The PanoseXheight enumeration contains values that specify info about the relative size of lowercase letters and the treatment of diacritic marks (xheight).
public enum PanoseXheight
Fields
Any = 0
Any xheight.
ConstantLarge = 4
Constant large xheight.
ConstantSmall = 2
Constant small xheight.
ConstantStandard = 3
Constant standard xheight.
ConstantStd = 3
Constant standard xheight.
DuckingLarge = 7
Ducking large xheight.
DuckingSmall = 5
Ducking small xheight.
DuckingStandard = 6
Ducking standard xheight.
DuckingStd = 6
Ducking standard xheight.
NoFit = 1
No fit xheight.