Click or drag to resize

FontStyle Enumeration

Specifies style information applied to text.

Namespace:  Aspose.CAD
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
[FlagsAttribute]
public enum FontStyle
Members
  Member nameValueDescription
Regular0 Normal text.
Bold1 Bold text.
Italic2 Italic text.
Underline4 Underlined text.
Strikeout8 Text with a line through the middle.
See Also