jaywcjlove / svgtofont

Read a set of SVG icons and ouput a TTF/EOT/WOFF/WOFF2/SVG font.
https://jaywcjlove.github.io/svgtofont
MIT License
545 stars 86 forks source link

fix: Fix that UnicodeObj Error #108

Closed hairyf closed 3 years ago

hairyf commented 3 years ago

Fix that UnicodeObj during secondary creation causes redundant content to be generated

jaywcjlove commented 3 years ago

https://github.com/jaywcjlove/svgtofont/blob/6bd7a987f26d38e3c382beac227c3554cbc37c41/src/utils.ts#L16

The UnicodeObj object exists. @TuiMao233

hairyf commented 3 years ago

也许你没有看到我的合并简介,这里我以中文的形式表述问题: 我知道存在,但二次生成没有清空 UnicodeObj 会导致生成多余的字体。

jaywcjlove commented 3 years ago

@TuiMao233 thx!