fontello / svg2ttf

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

Need API to create arbitrary records in NAME table #111

Open puzrin opened 3 years ago

puzrin commented 3 years ago

As explainated in https://github.com/fontello/svg2ttf/pull/86#issuecomment-846154816, users may wish to add more records to name table. But doing that via "named" options clutter API & code significantly.

We need something more simple AND "unlimited". At first glance, just pass array or desired records (but this should be discussed). What should be considered:

Questions