summaryrefslogtreecommitdiff
path: root/firmware/export/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/font.h')
-rw-r--r--firmware/export/font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index 4aa99e4d05..0a75768fa5 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -121,7 +121,7 @@ void font_init(void) INIT_ATTR;
121int font_load_remoteui(const char* path); 121int font_load_remoteui(const char* path);
122#endif 122#endif
123int font_load(struct font* pf, const char *path); 123int font_load(struct font* pf, const char *path);
124int get_glyph_size(const char *path); 124int font_glyphs_to_bufsize(const char *path, int glyphs);
125void font_unload(int font_id); 125void font_unload(int font_id);
126 126
127struct font* font_get(int font); 127struct font* font_get(int font);