Enum FontStyle
- Namespace
- PaintDotNet.DirectWrite
- Assembly
- PaintDotNet.Windows.dll
Represents the style of a font face as normal, italic, or oblique.
public enum FontStyle
Fields
Normal = 0
The characters in a normal, or roman, font are upright.
Oblique = 1
The characters in an oblique font are artificially slanted.
Italic = 2
The characters in an italic font are truly slanted and appear as they were designed.