-
Cast constructor, converting any binary integer to a
Stretch.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryIntegerParameters
rawThe raw integer value to initialise the enum from
-
ultra condensed width
Declaration
Swift
static let ultraCondensed: PangoStretch -
extra condensed width
Declaration
Swift
static let extraCondensed: PangoStretch -
condensed width
Declaration
Swift
static let condensed: PangoStretch -
semi condensed width
Declaration
Swift
static let semiCondensed: PangoStretch -
the normal width
Declaration
Swift
static let normal: PangoStretch -
semi expanded width
Declaration
Swift
static let semiExpanded: PangoStretch -
expanded width
Declaration
Swift
static let expanded: PangoStretch -
extra expanded width
Declaration
Swift
static let extraExpanded: PangoStretch -
ultra expanded width
Declaration
Swift
static let ultraExpanded: PangoStretch
View on GitHub
Install in Dash
Stretch Extension Reference