summaryrefslogtreecommitdiff
path: root/luals-stubs
diff options
context:
space:
mode:
authorjacqueline <me@jacqueline.id.au>2024-06-14 13:35:42 +1000
committerjacqueline <me@jacqueline.id.au>2024-06-14 13:35:42 +1000
commit7f2d56e29ad41e13888828d2d58b17c327a94e36 (patch)
treea36fde2a4c7fccc0ca16758c30f3f99ee34b3181 /luals-stubs
parent5086ab96ea648cd842addb02b188f29bff7bbadd (diff)
downloadtangara-fw-7f2d56e29ad41e13888828d2d58b17c327a94e36.tar.gz
Load fonts dynamically from /lua
This unfortunately slows boot time by a bit, but I think we should be able to reclaim that time eventually.
Diffstat (limited to 'luals-stubs')
-rw-r--r--luals-stubs/lvgl.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/luals-stubs/lvgl.lua b/luals-stubs/lvgl.lua
index b885b6a7..84e07ee1 100644
--- a/luals-stubs/lvgl.lua
+++ b/luals-stubs/lvgl.lua
@@ -1246,7 +1246,7 @@ function timer:ready()
end
--[[
-Font is a light userdata that can be uset to set style text_font.
+Font is a light userdata that can be used to set style text_font.
]]
--- @class Font
---
@@ -1368,7 +1368,7 @@ end
--- @field arc_img_src? integer
--- @field text_color? integer | string
--- @field text_opa? integer
---- @field text_font? Font | BuiltinFont
+--- @field text_font? Font
--- @field text_letter_space? integer
--- @field text_line_space/ integer
--- @field text_decor? integer