Set underline width for stroked fonts.

This commit is contained in:
Ben Harris 2017-08-18 22:46:18 +01:00
parent 6270d56611
commit ebceeb0166

View File

@ -22,6 +22,7 @@ class Stroker(object):
f.fullname = self.fullname
f.private['StdHW'] = self.nibheight
f.private['StdVW'] = self.nibwidth
f.uwidth = self.nibheight
f.os2_weight = self.ttfweight
f.weight = self.weight
return f