Merge pull request #106 from mashabow/patch-1
Fix typo: PointsPen → PointPen
This commit is contained in:
commit
dc5ef5a629
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user