Skip to content

Commit

Permalink
Don't call hb_subset_input_set_drop_hints when subsetting
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 17, 2020
1 parent d545459 commit 01d5b15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/subsetLocalFontWithHarfbuzz.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ module.exports = async (originalFont, targetFormat, text) => {
const input = exports.hb_subset_input_create_or_fail();
const inputGlyphs = exports.hb_subset_input_unicode_set(input);
exports.hb_set_union(inputGlyphs, glyphs);
exports.hb_subset_input_set_drop_hints(input, true);
const subset = exports.hb_subset(face, input);

// Clean up
Expand Down

0 comments on commit 01d5b15

Please sign in to comment.