DrawingFontStyles¶
Namespace: ThinkGeo.Core
This enumeration specifies the type of font style for drawing text.
public enum DrawingFontStyles
Inheritance Object → ValueType → Enum → DrawingFontStyles
Implements IComparable, IFormattable, IConvertible
Remarks:
None
Fields¶
Name | Value | Description |
---|---|---|
Regular | 1 | This member represents standard text. |
Bold | 2 | This member represents bold text. |
Italic | 4 | This member represents italic text. |
Underline | 8 | This member represents underlined text. |
Strikeout | 16 | This member represents strikeout text. |
Black | 32 | This member represents a thick font weight of 900. |