font_t

local font = render.create_font("Arial", 12, 400)
print(font.height)

Fields

FieldDescription

handle int

internal handle to the font object

height int

height of the font in pixels

Last updated