1
0
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:
Ryan L McIntyre 2018-02-24 10:43:27 -05:00
parent f1e7c7c148
commit f49db2ae1c

View File

@ -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