CoverageLevel

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

    Declaration

    Swift

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

    Parameters

    raw

    The raw integer value to initialise the enum from

  • The character is not representable with the font.

    Declaration

    Swift

    static let none: Int
  • The character is represented in a way that may be comprehensible but is not the correct graphical form. For instance, a Hangul character represented as a a sequence of Jamos, or a Latin transliteration of a Cyrillic word.

    Declaration

    Swift

    static let fallback: PangoCoverageLevel
  • The character is represented as basically the correct graphical form, but with a stylistic variant inappropriate for the current script.

    Declaration

    Swift

    static let approximate: PangoCoverageLevel
  • The character is represented as the correct graphical form.

    Declaration

    Swift

    static let exact: PangoCoverageLevel