[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Aug 23, 2021. It is now read-only.

Commit

Permalink
Use Windows name entry, Mac names are no more
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Sep 29, 2018
1 parent 10eafc9 commit 1740e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/fontcoverage.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
if f:
found.append((name, (t,f)))

fullname = str(font['name'].getName(4, 1, 0).string, encoding='ascii')
fullname = str(font['name'].getName(4, 3, 1).string, encoding='ascii')
coverage = ""
coverage += "* %s:\n" %fullname
for f in found:
Expand Down

0 comments on commit 1740e86

Please sign in to comment.