Aspose::Pdf::Text::FontStyles enum

FontStyles enum

Specifies style information applied to text.

enum class FontStyles

Values

NameValueDescription
Regular0Regular text.
Bold1Bold text.
Italic2Italic text.

Remarks

This enumeration has a FlagsAttribute attribute that allows a combination of its member values.

See Also