From 2d13232e7add77b25c37284698d66cc27f225814 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Thu, 28 Nov 2019 17:14:43 +0000 Subject: [PATCH] Update NEWS.rst --- NEWS.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index 56e3d58e3..8b4672206 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -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) ---------------------------