Enum FontStyles

Enum FontStyles

Namespace: Aspose.Tasks.Visualization
Assembly: Aspose.Tasks.dll (25.2.0)

Specifies style information applied to text.

[Flags]
public enum FontStyles

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.