getKerning
Fetches the Kerning between two codepoints.
Return
the kerning between the two codepoints if it exists; otherwise null
Parameters
first
the first codepoint of a character
second
the second codepoint of a character
Fetches the Kerning between two characters.
Return
the kerning between the two codepoints if it exists; otherwise null
Parameters
first
the first character
second
the second character