This commit is contained in:
Ebrahim Byagowi 2020-07-15 09:54:32 +04:30 committed by GitHub
parent fa0436ddd1
commit 945bcd7230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ trySubset (hb_face_t *face,
bool retain_gids)
{
hb_subset_input_t *input = hb_subset_input_create_or_fail ();
if (!input) return;
if (!input) return;
hb_subset_input_set_drop_hints (input, drop_hints);
hb_subset_input_set_retain_gids (input, retain_gids);
hb_set_t *codepoints = hb_subset_input_unicode_set (input);