Text drawing can use. Set one on the Font property.
Returns
void
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Text drawing can use. Set one on the Font property.
void
local label = Drawing.new("Text")
label.Text = "menu"
label.Font = Drawing.Fonts.Monospace
label.Size = 18
label.Visible = true
local monospaceId = Drawing.Fonts.Monospace
print("Monospace ID: ", monospaceId)
UI (0), System (1), Plex (2), and Monospace (3).