mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 13:35:06 +00:00
[subset] Add HB_SUBSET_FLAGS_NAME_LEGACY to keep_everything()
Fixes https://github.com/harfbuzz/harfbuzz/issues/4739
This commit is contained in:
parent
e8049ae9a8
commit
3fa47cea27
1 changed files with 1 additions and 0 deletions
|
@ -412,6 +412,7 @@ hb_subset_input_keep_everything (hb_subset_input_t *input)
|
|||
hb_subset_input_set_flags (input,
|
||||
HB_SUBSET_FLAGS_NOTDEF_OUTLINE |
|
||||
HB_SUBSET_FLAGS_GLYPH_NAMES |
|
||||
HB_SUBSET_FLAGS_NAME_LEGACY |
|
||||
HB_SUBSET_FLAGS_NO_PRUNE_UNICODE_RANGES |
|
||||
HB_SUBSET_FLAGS_PASSTHROUGH_UNRECOGNIZED);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue