Enum FontStyles
FontStyles enumeration
Specifies style information applied to text.
[Flags]
public enum FontStyles
Values
| Name | Value | Description |
|---|---|---|
| Regular | 0 | Regular text. |
| Bold | 1 | Bold text. |
| Italic | 2 | Italic text. |
Remarks
This enumeration has a FlagsAttribute attribute that allows a combination of its member values.
See Also
- namespace Aspose.Pdf.Text
- assembly Aspose.PDF