Update zui bindings

This commit is contained in:
luboslenco
2024-04-10 19:39:17 +02:00
parent a6b693050a
commit 8bc7d1f912
50 changed files with 1954 additions and 575 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ function tab_console_draw(htab: zui_handle_t) {
zui_end_sticky();
let _font: g2_font_t = ui.font;
let _font: g2_font_t = ui.ops.font;
let _fontSize: i32 = ui.font_size;
let f: g2_font_t = data_get_font("font_mono.ttf");
zui_set_font(ui, f);