Fix regression
Bug introduced in a421f9045a (diff-c01f84c2ac99ae2b60f071d4a38ff88c2653d27f19e62e11bef3dc7fe7f68925R352)
This commit is contained in:
parent
b14a29c353
commit
534cb53b4a
@ -339,7 +339,7 @@ class FontBuilder(object):
|
|||||||
assert unitsPerEm is not None
|
assert unitsPerEm is not None
|
||||||
self.setupHead(
|
self.setupHead(
|
||||||
unitsPerEm=unitsPerEm,
|
unitsPerEm=unitsPerEm,
|
||||||
create=now,
|
created=now,
|
||||||
modified=now,
|
modified=now,
|
||||||
glyphDataFormat=glyphDataFormat,
|
glyphDataFormat=glyphDataFormat,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user