-
Cast constructor, converting any binary integer to a
TabAlign
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
the text appears to the right of the tab stop position
Declaration
Swift
static let left: PangoTabAlign
-
the text appears to the left of the tab stop position until the available space is filled. Since: 1.50
Declaration
Swift
static let right: PangoTabAlign
-
the text is centered at the tab stop position until the available space is filled. Since: 1.50
Declaration
Swift
static let center: PangoTabAlign
-
text before the first occurrence of the decimal point character appears to the left of the tab stop position (until the available space is filled), the rest to the right. Since: 1.50
Declaration
Swift
static let decimal: PangoTabAlign