Rasterizer:getFontSize

Edit

Returns 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

NameTypeDescription
sizenumber The font size, in pixels.

See also