Converts the cubic commands to a drawable path.
(self, glyph)
| 1152 | return self._bezierpath |
| 1153 | |
| 1154 | def drawGlyphPath(self, glyph): |
| 1155 | """Converts the cubic commands to a drawable path.""" |
| 1156 | path = self.getGlyphPath(glyph) |
| 1157 | self.drawShapePath() |
| 1158 | |
| 1159 | def drawPath(self, path=None, p=None, sx=1, sy=None): |
| 1160 | self.drawShapePath() |