FontStyleType

FontStyleType enum

Defines formatting styles that can be applied to text.

enum class FontStyleType

Values

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

See Also