Class TextCharacterInformation

Describes a single character in a font of a specific size.

Constructors

Properties

_characterId: number
_glyphID: number
_kerningPairs: KerningPair[]

Accessors

  • get characterId(): number
  • Character ID, corresponding to a Unicode key.

    Returns number

  • get glyphID(): number
  • Glyph ID.

    Returns number

  • get kerningPairs(): KerningPair[]
  • Pairs that determine if certain character pairs should be closer or father together. for example "AV" combination.

    Returns KerningPair[]

Methods