LeadingItemKerning

public enum LeadingItemKerning

Formatting scenario, used by FUIKPIAttributesProvider

  • none: no previous item, no kerning
  • default: regular (minimum) kerning case
  • repeatingFraction: kerning appended to a leading fraction item, when the current item is also a fraction
  • repeatingUnit: kerning appended to a leading unit item, when the current item is also a unit
  • no previous item, no kerning

    Declaration

    Swift

    case none
  • regular (minimum) kerning case

    Declaration

    Swift

    case `default`
  • kerning appended to a leading fraction item, when the current item is also a fraction

    Declaration

    Swift

    case repeatingFraction
  • kerning appended to a leading unit item, when the current item is also a unit

    Declaration

    Swift

    case repeatingUnit