Merge pull request #3210 from StudioProcess/created-date-regression

Fix wrong created date in fontBuilder
This commit is contained in:
Just van Rossum 2023-07-18 17:27:26 +02:00 committed by GitHub
commit 159cc0c04e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -339,7 +339,7 @@ class FontBuilder(object):
assert unitsPerEm is not None
self.setupHead(
unitsPerEm=unitsPerEm,
create=now,
created=now,
modified=now,
glyphDataFormat=glyphDataFormat,
)