Skip to content

Commit

Permalink
Try passing --glyph-names to pyftsubset
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 15, 2020
1 parent c286773 commit 0494322
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/subsetLocalFont.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ async function subsetLocalFont(
tempInputFileName,
`--output-file=${tempOutputFileName}`,
'--passthrough-tables',
'--glyph-names',
`--text="${text.replace('"', '\\"')}"`,
'--unicodes=U+0,U+D,U+20,U+FFFD',
];
Expand Down

0 comments on commit 0494322

Please sign in to comment.