-
-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expose all fontNames metas #60
Comments
Prior to so something, i'd suggest to check twice if you need svg -> ttf convertor, or ttf writer. |
Could you provide example of your SVG font with those fields filled? I don't remember those in svg specification. |
Those fields are the ttf font names, some of them are being added when generating the ttf file: I was wondering if we can expose them all as optional. but we might want to add them to For the svgs let me get an example, we potentially use a fallback value as the line above. |
As i said, this package was done to use SVG as source, not to write any possible data supported by ttf. I don't like idea to increase number of kludges if those are not supported in SVG. Better TTF writer needs different approach to API. |
I have done some work here. |
Close in favor of #111. Let's continue there. Seems i found approach how to allow arbitrary records without bloating code & options. |
Would it be possible to add the ability to expose options for the following fontNames metas?:
[7] Trademark
[8] Manufacturer
[9] Designer
[10] Description
[11] URL vendor
[12] URL designer
[13] License
[14] License URL
[15] Preferred family
[16] Preferred subfamily
[17] Mac Name
[18] Sample text
[19] Ps findfont name
[20] WWS family
[21] WWS subfamily
based on this line: L34
The text was updated successfully, but these errors were encountered: