mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user