FontStyleType

FontStyleType enumeration

Defines formatting styles that can be applied to text.

[Flags]
public enum FontStyleType

Values

NameValueDescription
Regular0Standard text.
Bold1Bold text.
Italic2Italic text.
Underline4Underlined text.
Strikeout8Text crossed out with a horizontal line.

See Also