aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mgl/graphics/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mgl/graphics/font.h b/include/mgl/graphics/font.h
index 69ac462..f128fec 100644
--- a/include/mgl/graphics/font.h
+++ b/include/mgl/graphics/font.h
@@ -34,6 +34,7 @@ struct mgl_font {
int ascent;
int descent;
int linegap;
+ int max_glyph_height;
mgl_font_char_map char_map;
int current_line_max_height;
void *font_info;