Enum PanoseFamily
- Namespace
- SharpDX.DirectWrite
- Assembly
- SharpDX.Direct2D1.dll
The PanoseFamily enumeration contains values that specify the kind of typeface classification.
public enum PanoseFamily
Fields
Any = 0
Any typeface classification.
Decorative = 4
Decorative typeface classification.
NoFit = 1
No fit typeface classification.
Pictorial = 5
Pictorial (or symbol) typeface classification.
Script = 3
Script (or hand written) typeface classification.
Symbol = 5
Symbol typeface classification.
TextDisplay = 2
Text display typeface classification.