Searched refs:_appendContour (Results 1 – 4 of 4) sorted by relevance
52 def _appendContour(self, contour, offset=None, **kwargs): member in Glyph
50 .. automethod:: BaseGlyph._appendContour
50 - 2019-10-21: Only use copy in _appendContour only if there is an offset. (thanks @simoncozens)
852 return self._appendContour(contour, offset)854 def _appendContour(self, contour, offset=None, **kwargs): member in BaseGlyph