Enum PanoseAspect
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
The PanoseAspect enumeration contains values that specify the ratio between the width and height of the character face.
public enum PanoseAspect
Fields
Any = 0
Any aspect.
Condensed = 4
Condensed aspect.
Extended = 6
Extended aspect.
Monospaced = 9
Monospace aspect.
NoFit = 1
No fit for aspect.
Normal = 5
Normal aspect.
SuperCondensed = 2
Super condensed aspect.
SuperExtended = 8
Super extended aspect.
VeryCondensed = 3
Very condensed aspect.
VeryExtended = 7
Very extended aspect.