init(rawValue:)
Creates an instance of the enumeration with the provided unsigned integer value.
Declaration
init(rawValue: UInt)Parameters
- rawValue:
An unsigned integer that represents one of the text layout enumeration options.
Creates an instance of the enumeration with the provided unsigned integer value.
init(rawValue: UInt)An unsigned integer that represents one of the text layout enumeration options.