Alignment

public extension Alignment
  • Cast constructor, converting any binary integer to a Alignment.

    Declaration

    Swift

    @inlinable
    init!<I>(_ raw: I) where I : BinaryInteger

    Parameters

    raw

    The raw integer value to initialise the enum from

  • Put all available space on the right

    Declaration

    Swift

    static let left: PangoAlignment
  • Center the line within the available space

    Declaration

    Swift

    static let center: PangoAlignment
  • Put all available space on the left

    Declaration

    Swift

    static let right: PangoAlignment