Revert addition of ffs_set to Font struct
It was from an earlier stage of development and is not needed
This commit is contained in:
parent
b479ea410d
commit
dbd0dab154
@ -81,7 +81,7 @@ typedef struct {
|
|||||||
size_t num_hb_features;
|
size_t num_hb_features;
|
||||||
size_t num_ffs_hb_features;
|
size_t num_ffs_hb_features;
|
||||||
SpecialGlyphCache special_glyph_cache[SPECIAL_GLYPH_CACHE_SIZE];
|
SpecialGlyphCache special_glyph_cache[SPECIAL_GLYPH_CACHE_SIZE];
|
||||||
bool bold, italic, emoji_presentation, ffs_set;
|
bool bold, italic, emoji_presentation;
|
||||||
} Font;
|
} Font;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user