Rasterizer:getFontSize
EditReturns the size of the font, in pixels. This is the size the rasterizer was created with, and defines the size of images it rasterizes.
size = Rasterizer:getFontSize()
Arguments
None
Returns
Name | Type | Description |
size | number | The font size, in pixels. |