From 47f8d06d9ae70f70c35054e7122f6c828c0e4bf5 Mon Sep 17 00:00:00 2001 From: schriftgestalt Date: Thu, 23 May 2019 17:40:01 +0200 Subject: [PATCH] fix sign of fsType --- Lib/fontTools/ttLib/tables/O_S_2f_2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/fontTools/ttLib/tables/O_S_2f_2.py b/Lib/fontTools/ttLib/tables/O_S_2f_2.py index 3e2c30c94..107d8590e 100644 --- a/Lib/fontTools/ttLib/tables/O_S_2f_2.py +++ b/Lib/fontTools/ttLib/tables/O_S_2f_2.py @@ -43,7 +43,7 @@ OS2_format_0 = """ xAvgCharWidth: h # average character width usWeightClass: H # degree of thickness of strokes usWidthClass: H # aspect ratio - fsType: h # type flags + fsType: H # type flags ySubscriptXSize: h # subscript horizontal font size ySubscriptYSize: h # subscript vertical font size ySubscriptXOffset: h # subscript x offset