-
Cast constructor, converting any binary integer to a
TextTransform
.Declaration
Swift
@inlinable init!<I>(_ raw: I) where I : BinaryInteger
Parameters
raw
The raw integer value to initialise the enum from
-
Leave text unchanged
Declaration
Swift
static let none: Int
-
Display letters and numbers as lowercase
Declaration
Swift
static let lowercase: PangoTextTransform
-
Display letters and numbers as uppercase
Declaration
Swift
static let uppercase: PangoTextTransform
-
Display the first character of a word in titlecase
Declaration
Swift
static let capitalize: PangoTextTransform