From ebceeb0166e83cb91f4b04f42f1b1bc2073ee285 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 18 Aug 2017 22:46:18 +0100 Subject: [PATCH] Set underline width for stroked fonts. --- strokefont.py | 1 + 1 file changed, 1 insertion(+) diff --git a/strokefont.py b/strokefont.py index 75f315a..477fb74 100644 --- a/strokefont.py +++ b/strokefont.py @@ -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 -- 2.30.2