Releases: robotools/fontParts
Releases · robotools/fontParts
v0.5.1
v0.5.0
- ADDED: preserve curve argument to removePoint and removeSegment - ADDED: font.generate accepts enviromentOptions arguments now - Tests for Color - Tests for bPoint (WIP) - Tests for deprecated (WIP) - Code style fixes - FIXED: Glyph.lib now sets parent - FIXED: writeGlyphToString returns glyph data and uses kwargs - FIXED: if contour is None, bPoint can't have a next segment, parent contour, etc. - FIXED: hashing for objects cleaned up - FIXED: issues with setting bcpOut - FIXED: get_base_kerningGroup was redefined
v0.4.4
v0.4.3
v0.4.2
v0.4.1
v0.4.0
- Added swapLayerNames(), duplicateLayer(), and insertLayer() - Added defaultLayer attribute - Duplicate unicode values for a glyph are not allowed, will now raise error - Tests for Normalizers, Features, Anchors, Components, Glyph - Testing now runs coverage via tox