Releases: fonttools/ufoLib2
Releases · fonttools/ufoLib2
v0.11.2
v0.11.1
v0.11.0
v0.10.1
Some small typing fixes to circumvent microsoft/pyright#1297.
v0.10.0
v0.9.0
v0.8.0
- Added
bounds
andcontrolPointBounds
properties toLayer
andFont
objects, like in defcon API.
These return the union of the(xMin, yMin, xMax, yMax)
bounding boxes of all the glyphs in a layer, or in the default layer forFont
object.
bounds
computes a tight bounding box at the curves' extrema, whilecontrolPointBounds
only takes into account the control points (#82).
v0.7.1
v0.7.0
- Added extensive type annotations throughout the codebase. These are also available to client code that uses static type checking, as long as they use mypy or a type checker that supports PEP 561 (#73).
- Build API documentation from inline docstrings using Sphinx.
This is uploaded automatically on ReadTheDocs at https://ufolib2.readthedocs.io/