Click or drag to resize
FontStyle Enumeration
Specifies style information applied to text.

Namespace: Aspose.PSD
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
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