From 6146b084c29234a873c31e3bfaee5df2d015e63a Mon Sep 17 00:00:00 2001 From: jvr Date: Wed, 15 Aug 2001 07:01:44 +0000 Subject: [PATCH] spec changed: three fields are now unsigned instead of signed, and due to the the wonderful hungarian notation the field names changed as well... (So this change is not b/w compatible) git-svn-id: svn://svn.code.sf.net/p/fonttools/code/trunk@167 4cde692c-a291-49d1-8350-778aa11640f8 --- Lib/fontTools/ttLib/tables/O_S_2f_2.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Lib/fontTools/ttLib/tables/O_S_2f_2.py b/Lib/fontTools/ttLib/tables/O_S_2f_2.py index e9dc1133e..ea7112cb7 100644 --- a/Lib/fontTools/ttLib/tables/O_S_2f_2.py +++ b/Lib/fontTools/ttLib/tables/O_S_2f_2.py @@ -58,9 +58,9 @@ OS2_format_0 = """ fsSelection: H # font selection flags fsFirstCharIndex: H # first unicode character index fsLastCharIndex: H # last unicode character index - usTypoAscender: H # typographic ascender - usTypoDescender: H # typographic descender - usTypoLineGap: H # typographic line gap + sTypoAscender: h # typographic ascender + sTypoDescender: h # typographic descender + sTypoLineGap: h # typographic line gap usWinAscent: H # Windows ascender usWinDescent: H # Windows descender """