Table of Contents

Enum FontStyle

Namespace
Aspose.CAD
Assembly
Aspose.CAD.dll

Specifies style information applied to text.

[Flags]
public enum FontStyle

Fields

Bold = 1

Bold text.

Italic = 2

Italic text.

Regular = 0

Normal text.

Strikeout = 8

Text with a line through the middle.

Underline = 4

Underlined text.