Class KerningPair

Kerning pair representing larger or smaller offset between a specific pair of characters.

Constructors

  • Parameters

    • OptionalotherCharacterId: number
    • Optionalamount: number

    Returns KerningPair

Properties

_amount: number
_otherCharacterId: number

Accessors

  • get amount(): number
  • Returns number

  • get otherCharacterId(): number
  • Returns number

Methods

  • Clones this instance and returns a new KerningPair with identical values.

    Returns KerningPair