Skip to content

Commit

Permalink
Remove scaling from generating ttfs
Browse files Browse the repository at this point in the history
  • Loading branch information
georgd committed Apr 27, 2013
1 parent 270c14e commit 3424f22
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/makefont.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ def reloadfeature(feature):
extension = os.path.splitext(args.output)[1]
if extension == '.ttf':
font.correctReferences()
font.em = 2048
# we don't scale the font any longer
# font.em = 2048
font.round()

font.generate(args.output) #do somthing about 'old-kern'
font.generate(args.output) #do somthing about 'old-kern'## should we really?

0 comments on commit 3424f22

Please sign in to comment.