ligatures + wide glyphs + vertcenter: compatibility fixes ref. #118

This commit is contained in:
Bakkeby 2024-03-10 22:18:05 +01:00
parent f87d3de2cf
commit 1da419eb35
2 changed files with 31 additions and 24 deletions

2
st.h
View file

@ -142,9 +142,7 @@ typedef Glyph *Line;
#if LIGATURES_PATCH
typedef struct {
int ox;
#if WIDE_GLYPHS_PATCH
int charlen;
#endif // WIDE_GLYPHS_PATCH
int numspecs;
Glyph base;
} GlyphFontSeq;