Aspose::Pdf::Text::FontStyles enum
FontStyles enum
Specifies style information applied to text.
enum class 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
- Library Aspose.PDF for C++