kerningTable

A mutable map that stores kerning values for pairs of characters.

The keys in this map represent pairs of characters as instances of CharacterPair, while the values represent the kerning adjustment between the two characters in the pair, measured as a Double. Positive kerning values increase spacing between characters, while negative values reduce spacing.