Skip to content

Commit

Permalink
Initialize glyph info file when creating a new project
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Dec 1, 2023
1 parent b46d204 commit 3a9d6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fontra/backends/fontra.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ def __init__(self, *, path=None, create=False):
self._readFontData()
else:
self.fontData = Font()
self._writeGlyphInfo()
self._scheduler = Scheduler()

@property
Expand Down

0 comments on commit 3a9d6c2

Please sign in to comment.