mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-25 16:47:37 +02:00
Add missing TTF Names String ID metadata update (WIP fix for #231)
This commit is contained in:
parent
f1e7c7c148
commit
f49db2ae1c
@ -285,6 +285,7 @@ sourceFont.fullname = fullname
|
||||
sourceFont.fontname = fontname
|
||||
|
||||
sourceFont.appendSFNTName(str('English (US)'), str('Preferred Family'), sourceFont.familyname)
|
||||
sourceFont.appendSFNTName(str('English (US)'), str('Family'), sourceFont.familyname)
|
||||
sourceFont.appendSFNTName(str('English (US)'), str('Compatible Full'), sourceFont.fullname)
|
||||
sourceFont.appendSFNTName(str('English (US)'), str('SubFamily'), subFamily)
|
||||
sourceFont.comment = projectInfo
|
||||
|
Loading…
Reference in New Issue
Block a user