Update NEWS.rst

This commit is contained in:
Cosimo Lupo 2019-11-28 17:14:43 +00:00
parent 43599ee3dd
commit 2d13232e7a
No known key found for this signature in database
GPG Key ID: 179A8F0895A02F4F

View File

@ -1,3 +1,17 @@
- [pens] Added the following pens:
* ``roundingPen.RoundingPen``: filter pen that rounds coordinates and components'
offsets to integer;
* ``roundingPen.RoundingPointPen``: like the above, but using PointPen protocol.
* ``filterPen.FilterPointPen``: base class for filter point pens;
* ``transformPen.TransformPointPen``: filter point pen to apply affine transform;
* ``recordingPen.RecordingPointPen``: records and replays point-pen commands.
(in roundingPen module); filterPen.FilterPointPen, transform
- [ttGlyphPen] Always round float coordinates and component offsets to integers
(#1763).
- [ufoLib] When converting kerning groups from UFO2 to UFO3, avoid confusing
groups with the same name as one of the glyphs (#1761, #1762,
unified-font-object/ufo-spec#98).
4.1.0 (released 2019-11-18)
---------------------------