Converts the cubic commands to a drawable path.
(self, glyph)
| 1271 | |
| 1272 | |
| 1273 | def drawGlyphPath(self, glyph): |
| 1274 | """Converts the cubic commands to a drawable path.""" |
| 1275 | path = self.getGlyphPath(glyph) |
| 1276 | self.drawPath(path) |
| 1277 | |
| 1278 | def getGlyphPath(self, glyph, p=None, path=None): |
| 1279 | """PageBot function.""" |
no test coverage detected