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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/export/font.h b/firmware/export/font.h
index d19e0b87ad..ad72cb52c7 100644
--- a/firmware/export/font.h
+++ b/firmware/export/font.h
@@ -107,6 +107,7 @@ struct font {
107 unsigned char *buffer_position; /* position in the buffer */ 107 unsigned char *buffer_position; /* position in the buffer */
108 unsigned char *buffer_end; /* end of the buffer */ 108 unsigned char *buffer_end; /* end of the buffer */
109 size_t buffer_size; /* size of the buffer in bytes */ 109 size_t buffer_size; /* size of the buffer in bytes */
110 bool disabled; /* font disabled (use blank as fallback if not in cache) */
110#ifndef __PCTOOL__ 111#ifndef __PCTOOL__
111 struct font_cache cache; 112 struct font_cache cache;
112 uint32_t file_width_offset; /* offset to file width data */ 113 uint32_t file_width_offset; /* offset to file width data */