StyleType

enum StyleType : Enum<StyleType>

The StyleType enumerations are used to specify the style (e.g. Italic) of a font. If the style is not important, the AnyStyle enumeration may be specified for a wildcard match.

Entries

Link copied to clipboard

Bold font style

Link copied to clipboard

Wildcard match for font style

Link copied to clipboard

Oblique font style

Link copied to clipboard

Italic font style

Link copied to clipboard

Normal font style

Link copied to clipboard

Unset value.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int