fontello / svg2ttf

SVG -> TTF font convertor
MIT License
520 stars 80 forks source link

Way to opt for using typo metrics in icon-font #96

Closed uchihamalolan closed 4 years ago

uchihamalolan commented 4 years ago

Add feature: https://github.com/fontello/svg2ttf/issues/95 Fixes: https://github.com/fontello/svg2ttf/issues/48

this changes the fsSelection value from 0x40 (100000) to 0xC0 (11000000) if useTypoMetrics options is set to true

puzrin commented 4 years ago

Close in favour of #82. I think no separate option required, because desired bit is now set by default.

If option to reset bit still needed - create a new issue with use case.