Rasterizer:getKerning
EditReturns the kerning between 2 glyphs, in pixels. Kerning is a slight horizontal adjustment between 2 glyphs to improve the visual appearance. It will often be negative.
keming = Rasterizer:getKerning(first, second)Arguments
| Name | Type | Description |
| first | string | number | The character or codepoint representing the first glyph. |
| second | string | number | The character or codepoint representing the second glyph. |
Returns
| Name | Type | Description |
| keming | number | The kerning between the two glyphs. |