FontfaceStyle Enumeration

Specifies style information applied to text.

Definition

Namespace: SMath.Drawing
Assembly: SMath.Drawing (in SMath.Drawing.dll) Version: 1.4.0.0
C#
[FlagsAttribute]
public enum FontfaceStyle

Members

Regular0 Normal text.
Bold1 Bold text.
Italic2 Italic text.
Underline4 Underlined text.
Strikeout8 Text with a line through the middle.

See Also