Enum PanoseAspectRatio
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
The PanoseAspectRatio enumeration contains values that specify info about the ratio between width and height of the character face.
public enum PanoseAspectRatio
Fields
Any = 0
Any aspect ratio.
Condensed = 3
Condensed aspect ratio.
Expanded = 5
Expanded aspect ratio.
NoFit = 1
No fit for aspect ratio.
Normal = 4
Normal aspect ratio.
VeryCondensed = 2
Very condensed aspect ratio.
VeryExpanded = 6
Very expanded aspect ratio.