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 = 0The characters in a normal, or roman, font are upright.
Oblique = 1The characters in an oblique font are artificially slanted.
Italic = 2The characters in an italic font are truly slanted and appear as they were designed.