Enum FontStyle
Enum FontStyle
Namespace: Aspose.Imaging
Assembly: Aspose.Imaging.dll (25.2.0)
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.