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:
Fredrick Brennan 2020-01-04 15:37:05 +08:00
parent b479ea410d
commit dbd0dab154

View File

@ -81,7 +81,7 @@ typedef struct {
size_t num_hb_features;
size_t num_ffs_hb_features;
SpecialGlyphCache special_glyph_cache[SPECIAL_GLYPH_CACHE_SIZE];
bool bold, italic, emoji_presentation, ffs_set;
bool bold, italic, emoji_presentation;
} Font;
typedef struct {