diff --git a/Lib/fontTools/pens/pointPen.py b/Lib/fontTools/pens/pointPen.py index 7155a8168..eb1ebc204 100644 --- a/Lib/fontTools/pens/pointPen.py +++ b/Lib/fontTools/pens/pointPen.py @@ -74,7 +74,8 @@ class AbstractPointPen: and the 'location' argument must be a dictionary mapping axis tags to their locations. """ - raise NotImplementedError + # ttGlyphSet decomposes for us + raise AttributeError class BasePointToSegmentPen(AbstractPointPen):