fontello / svg2ttf

SVG -> TTF font convertor
MIT License
518 stars 79 forks source link

Keep underline-thickness and underline-position attributes #80

Closed cyberalien closed 5 years ago

cyberalien commented 5 years ago

Fixes https://github.com/fontello/svg2ttf/issues/79

TTF generator already supported underline attributes, SVG parser didn't. With this fix attributes are passed to TTF if they are set.

puzrin commented 5 years ago

Thank you! Released.