StretchType

enum StretchType : Enum<StretchType>

The StretchType enumerations are used to specify the relative width of a font to the regular width for the font family. If the width is not important, the AnyStretch enumeration may be specified for a wildcard match.

Entries

Link copied to clipboard

Wildcard match for font stretch

Link copied to clipboard

Ultra-expanded (widest) font

Link copied to clipboard

Extra-Expanded font

Link copied to clipboard

Expanded font

Link copied to clipboard

Semi-Expanded font

Link copied to clipboard

Semi-Condensed font

Link copied to clipboard

Condensed font

Link copied to clipboard

Extra-condensed font

Link copied to clipboard

Ultra-condensed (narrowest) font

Link copied to clipboard

Normal width font

Link copied to clipboard

Unset value.

Properties

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