Skip to content

Commit

Permalink
Upgrade fonttools
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed May 28, 2024
1 parent f4c94e4 commit 7eacba5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source = "git-tag"

[tool.poetry.dependencies]
python = ">=3.8,<4.0"
fontTools = { version = ">=4.37.3", extras = ["ufo"] }
fontTools = { version = ">=4.52.1", extras = ["ufo"] }
jinja2 = "*"
Pillow = "*"
glyphsets = ">=0.6.5"
Expand Down
5 changes: 0 additions & 5 deletions src/diffenator2/jfont.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,6 @@ def serialise_glyph(obj, root):
f"Component {i}: {c.glyphName}": serialise_component(c)
for i, c in enumerate(obj.components)
}
elif obj.isVarComposite():
return {
f"Component {i}: {c.glyphName}": serialise_component(c)
for i, c in enumerate(obj.components)
}
else:
last = 0
contours = {}
Expand Down

0 comments on commit 7eacba5

Please sign in to comment.