Click or drag to resize

FontStyle Enumeration

Specifies style information applied to text.

Namespace: Spire.Doc.Publics.Drawing
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum FontStyle
Members
Member name Value Description
Regular 0 Normal text.
Bold 1 Bold text.
Italic 2 Italic text.
Underline 4 Underlined text.
Strikeout 8 Text with a line through the middle.
See Also