TTF Loading Fixed

This commit is contained in:
2023-04-27 21:52:19 -07:00
parent 60d4b53a33
commit 89afd1e53f
14 changed files with 196 additions and 59 deletions

View File

@ -0,0 +1,4 @@
<prefab name="VNTextbox" type="">
<asset type="truetype" name="font_main" />
<UILabel text="Hello UI" font="font_main" fontSize="32" />
</prefab>