diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-11-27 23:02:35 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-11-27 23:02:35 +0100 |
commit | 993eea20151d881735c667757e3b64e4f85ac687 (patch) | |
tree | 5c3eaa326425045f99de73fe21d524ed6f743593 /include | |
parent | 08fe64b91e7e43db54628f922f07864a8d8e5402 (diff) |
Add max glyph height property
Diffstat (limited to 'include')
-rw-r--r-- | include/mgl/graphics/font.h | 1 |
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; |