# BigFont _A specialized text element that renders characters in larger sizes using Wojbie's BigFont API. Supports multiple font sizes and custom colors while maintaining the pixel-art style of ComputerCraft. Ideal for headers, titles, and emphasis text._ Extends: `VisualElement` ## Properties |Property|Type|Default|Description| |---|---|---|---| |text|string|BigFont|The text string to display in enlarged format| |fontSize|number|1|Scale factor for text size (1-3, where 1 is 3x3 pixels per character)|