Overline

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • no overline should be drawn

    Declaration

    Swift

    static let none: Int
  • Draw a single line above the ink extents of the text being underlined.

    Declaration

    Swift

    static let single: PangoOverline