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
|
fsSelection: H # font selection flags
|
||||||
fsFirstCharIndex: H # first unicode character index
|
fsFirstCharIndex: H # first unicode character index
|
||||||
fsLastCharIndex: H # last unicode character index
|
fsLastCharIndex: H # last unicode character index
|
||||||
usTypoAscender: H # typographic ascender
|
sTypoAscender: h # typographic ascender
|
||||||
usTypoDescender: H # typographic descender
|
sTypoDescender: h # typographic descender
|
||||||
usTypoLineGap: H # typographic line gap
|
sTypoLineGap: h # typographic line gap
|
||||||
usWinAscent: H # Windows ascender
|
usWinAscent: H # Windows ascender
|
||||||
usWinDescent: H # Windows descender
|
usWinDescent: H # Windows descender
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user