Aspose::Pdf::Text::FontStyles enum
FontStyles enum
Specifies style information applied to text.
enum class FontStyles
Values
| Name | Value | Description |
|---|---|---|
| Regular | n/a | Regular text. |
| Bold | n/a | Bold text. |
| Italic | n/a | 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++