aboutsummaryrefslogtreecommitdiff
path: root/src/font/lv_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font/lv_font.h')
-rw-r--r--src/font/lv_font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/font/lv_font.h b/src/font/lv_font.h
index 13a7e080b..2f172b9f8 100644
--- a/src/font/lv_font.h
+++ b/src/font/lv_font.h
@@ -60,7 +60,7 @@ typedef struct {
uint16_t box_h; /**< Height of the glyph's bounding box*/
int16_t ofs_x; /**< x offset of the bounding box*/
int16_t ofs_y; /**< y offset of the bounding box*/
- lv_font_glyph_format_t format; /**< Font format of the glyph see lv_font_glyph_format_t*/
+ lv_font_glyph_format_t format; /**< Font format of the glyph see lv_font_glyph_format_t */
uint8_t is_placeholder: 1; /**< Glyph is missing. But placeholder will still be displayed*/
union {