Merge pull request #1509 from khaledhosny/pointpen
A couple ufoLib.pointPen → pens.pointPen
This commit is contained in:
commit
9f80939576
@ -774,8 +774,8 @@ class _TTGlyphGlyf(_TTGlyph):
|
||||
glyph.draw(pen, glyfTable, offset)
|
||||
|
||||
def drawPoints(self, pen):
|
||||
"""Draw the glyph onto PointPen. See ufoLib.pointPen for details
|
||||
how that works.
|
||||
"""Draw the glyph onto PointPen. See fontTools.pens.pointPen
|
||||
for details how that works.
|
||||
"""
|
||||
glyfTable = self._glyphset._glyphs
|
||||
glyph = self._glyph
|
||||
|
@ -21,8 +21,8 @@ import fs.osfs
|
||||
import fs.path
|
||||
from fontTools.misc.py23 import basestring, unicode, tobytes, tounicode
|
||||
from fontTools.misc import plistlib
|
||||
from fontTools.pens.pointPen import AbstractPointPen, PointToSegmentPen
|
||||
from fontTools.ufoLib.errors import GlifLibError
|
||||
from fontTools.ufoLib.pointPen import AbstractPointPen, PointToSegmentPen
|
||||
from fontTools.ufoLib.filenames import userNameToFileName
|
||||
from fontTools.ufoLib.validators import (
|
||||
genericTypeValidator,
|
||||
|
Loading…
x
Reference in New Issue
Block a user