Enum PanoseSymbolAspectRatio
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
The PanoseSymbolAspectRatio enumeration contains values that specify the aspect ratio of symbolic characters.
public enum PanoseSymbolAspectRatio
Fields
Any = 0
Any aspect ratio of symbolic characters.
ExceptionallyWide = 3
Exceptionally wide symbolic characters.
Narrow = 8
Narrow symbolic characters.
NoFit = 1
No fit for aspect ratio of symbolic characters.
NoWidth = 2
No width aspect ratio of symbolic characters.
Normal = 7
Normal aspect ratio of symbolic characters.
SuperWide = 4
Super wide symbolic characters.
VeryNarrow = 9
Very narrow symbolic characters.
VeryWide = 5
Very wide symbolic characters.
Wide = 6
Wide symbolic characters.