Merge pull request #106 from mashabow/patch-1

Fix typo: PointsPen → PointPen
This commit is contained in:
Cosimo Lupo 2017-11-08 15:41:40 +00:00 committed by GitHub
commit dc5ef5a629
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ PointPens
Where **SegmentPens** have an intuitive approach to drawing Where **SegmentPens** have an intuitive approach to drawing
(if you're familiar with postscript anyway), the **PointPen** (if you're familiar with postscript anyway), the **PointPen**
is geared towards accessing all the data in the contours of is geared towards accessing all the data in the contours of
the glyph. A PointsPen has a very simple interface, it just the glyph. A PointPen has a very simple interface, it just
steps through all the points in a call from glyph.drawPoints(). steps through all the points in a call from glyph.drawPoints().
This allows the caller to provide more data for each point. This allows the caller to provide more data for each point.
For instance, whether or not a point is smooth, and its name. For instance, whether or not a point is smooth, and its name.