TextJustify
public struct TextJustify : RawRepresentable, Codable, Hashable
Text justification options.
-
Declaration
Swift
public let rawValue: String
-
Declaration
Swift
public init(rawValue: String)
-
The text is aligned towards the anchor position.
Declaration
Swift
public static let auto: TextJustify
-
The text is aligned to the left.
Declaration
Swift
public static let left: TextJustify
-
The text is centered.
Declaration
Swift
public static let center: TextJustify
-
The text is aligned to the right.
Declaration
Swift
public static let right: TextJustify