Releases: fonttools/ufoLib2
Releases · fonttools/ufoLib2
v0.11.4
Fix Font's explicit data
and images
kwarg converters.
v0.11.3
Ensure data and image stores are unlazified for direct comparisons (#165).
v0.11.2
- Internal change: Don't compare private Font attributes, cleaning up pytest assert displays (#160).
- Internal change: Do not require wheel for all setuptools operations (#158).
v0.11.1
Component.move
: apply delta to offset directly rather than translating, which fixes moving of flipped components.
v0.11.0
Typing: add GlyphSet
protocol. More elegant than referring to Layer and Glyph explicitly, which nicely avoids circular imports.
v0.10.0
Oops, object_lib
should have been objectLib
.
v0.9.0
Add APIs Font.object_lib(obj)
and Glyph.object_lib(obj)
to explicitly handle the new public.objectLibs
mechanism of attaching libs to anchors, guidelines, contours, components and points.