Update changelog [skip ci]

This commit is contained in:
Cosimo Lupo 2020-02-18 15:24:14 +00:00
parent 909be35e57
commit 76d125b3e2
No known key found for this signature in database
GPG Key ID: 20D4A261E4A0E642

View File

@ -1,3 +1,13 @@
- [colorLib] Added ``fontTools.colorLib.builder`` module, initially with ``buildCOLR``
and ``buildCPAL`` public functions. More color font formats will follow (#1827).
- [fontBuilder] Added ``setupCOLR`` and ``setupCPAL`` methods (#1826).
- [ttGlyphPen] Quantize ``GlyphComponent.transform`` floats to ``F2Dot14`` to fix
round-trip issue when computing bounding boxes of transformed components (#1830).
- [glyf] If a component uses reference points (``firstPt`` and ``secondPt``) for
alignment (instead of X and Y offsets), compute the effective translation offset
*after* having applied any transform (#1831).
- [glyf] When all glyphs have zero contours, compile ``glyf`` table data as a single
null byte in order to pass validation by OTS and Windows (#1829).
- [feaLib] Parsing feature code now ensures that referenced glyph names are part of - [feaLib] Parsing feature code now ensures that referenced glyph names are part of
the known glyph set, unless a glyph set was not provided. the known glyph set, unless a glyph set was not provided.
- [varLib] When filling in the default axis value for a missing location of a source or - [varLib] When filling in the default axis value for a missing location of a source or