Enum DrawingFontStyles
This enumeration specifies the type of font style for drawing text.
[Flags]
public enum DrawingFontStyles
Fields
Black = 32
This member represents a thick font weight of 900.
Bold = 2
This member represents bold text.
Italic = 4
This member represents italic text.
Regular = 1
This member represents standard text.
Strikeout = 16
This member represents strikeout text.
Underline = 8
This member represents underlined text.
Remarks
None