int kern = GetKerning(APTR handle, STRPTR pair, int encoding, struct
hwTagList *tags);
pair string. The pair parameter will contain two characters and your
implementation must return the desired kerning in pixels for those two characters.
The encoding parameter specifies the character encoding of the string. This will
be either HWOS_ENCODING_UTF8 or HWOS_ENCODING_ISO8859_1.
NULL