Font:getKerning

Edit

Returns the kerning between 2 glyphs. Kerning is a slight horizontal adjustment between 2 glyphs to improve the visual appearance. It will often be negative. The units depend on the font's pixel density. With the default density, the units correspond to meters.





Arguments

NameTypeDescription
firststring The first character.
secondstring The second character.

Returns

NameTypeDescription
kemingnumber The kerning between the two glyphs.

Arguments

NameTypeDescription
firstCodepointnumber The first codepoint.
secondstring The second character.

Returns

NameTypeDescription
kemingnumber The kerning between the two glyphs.

Arguments

NameTypeDescription
firststring The first character.
secondCodepointnumber The second codepoint.

Returns

NameTypeDescription
kemingnumber The kerning between the two glyphs.

Arguments

NameTypeDescription
firstCodepointnumber The first codepoint.
secondCodepointnumber The second codepoint.

Returns

NameTypeDescription
kemingnumber The kerning between the two glyphs.

See also