Aspose::Pdf::Text::FontStyles enum

FontStyles enum

Specifies style information applied to text.

enum class FontStyles

Values

NameValueDescription
Regularn/aRegular text.
Boldn/aBold text.
Italicn/aItalic text.

Remarks

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

See Also