This commit is contained in:
NoryiE
2025-04-05 22:57:46 +00:00
parent d10ba0701f
commit 4dd6bbac7f
12 changed files with 146 additions and 16 deletions

View File

@@ -1,5 +1,12 @@
# BigFont : VisualElement
The BigFont element is a text element that displays large text.
The BigFont element is a text element that displays larger text. It uses Wojbie's BigFont API to render the text in a larger font size. Credits to Wojbie for the original API.
### Usage
```lua
local font = main:addBigFont()
font:setText("Hello World!")
```
## Properties