Rasterizer:getAdvance
Returns the advance metric of the font, in pixels. The advance is how many pixels the font advances horizontally after each glyph is rendered. This does not include kerning.
advance = Rasterizer:getAdvance()
Arguments
None
Returns
Name | Type | Description |
advance | number | The advance of the font, in pixels. |
See also
Rasterizer