PageBot function.
(self, glyph, p=None, path=None)
| 1276 | self.drawPath(path) |
| 1277 | |
| 1278 | def getGlyphPath(self, glyph, p=None, path=None): |
| 1279 | """PageBot function.""" |
| 1280 | raise NotImplementedError |
| 1281 | |
| 1282 | def intersectGlyphWithCircle(self, glyph, m, r, spokes=16): |
| 1283 | mx, my = m |
no outgoing calls
no test coverage detected