diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-11-24 21:03:16 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-11-24 21:03:16 +0100 |
commit | 6b7fbf4fe476d908fd44ca9421363e053324ba69 (patch) | |
tree | acd1acf75e5fd037044cde07a45919a20c7543e5 /include | |
parent | 242e4d0ea14a713e38b99e4206bb0f05c05f92df (diff) |
Fix glyphs overlapping, but adds unnecessary padding
Diffstat (limited to 'include')
-rw-r--r-- | include/mgl/graphics/font.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mgl/graphics/font.h b/include/mgl/graphics/font.h index 118a867..6b10feb 100644 --- a/include/mgl/graphics/font.h +++ b/include/mgl/graphics/font.h @@ -30,7 +30,6 @@ struct mgl_font { mgl_font_atlas font_atlas; unsigned int character_size; mgl_font_char_map char_map; - int current_line_max_height; void *font_info; }; |