fontello / svg2ttf

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

Version value in HEAD should be in sync with version string #112

Open puzrin opened 3 years ago

puzrin commented 3 years ago

Problem

  1. --version adds string to name table, but does nothing with version field in head table.
  2. There are no guarantee to generate proper value from arbitrary input

Proposal