Fix typo
This commit is contained in:
parent
3d891631d9
commit
f73202b00c
@ -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