feaLib: hhea tableVersion = 0x00010000

This commit is contained in:
moyogo 2016-10-17 08:59:43 +01:00 committed by Sascha Brawer
parent 5b785950f8
commit 004a5b7361

View File

@ -198,7 +198,7 @@ class Builder(object):
if not table: # this only happens for unit tests
table = self.font["hhea"] = newTable("hhea")
table.decompile(b"\0" * 36, self.font)
table.tableVersion = 1.0
table.tableVersion = 0x00010000
if "caretoffset" in self.hhea_:
table.caretOffset = self.hhea_["caretoffset"]
if "ascender" in self.hhea_: