spec changed: three fields are now unsigned instead of signed,
and due to the the wonderful <snort> 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
This commit is contained in:
parent
95cf546fb4
commit
6146b084c2
@ -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
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user