Closed uchihamalolan closed 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
0x40
100000
0xC0
11000000
useTypoMetrics
true
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.
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
) to0xC0
(11000000
) ifuseTypoMetrics
options is set totrue