Home
last modified time | relevance | path

Searched refs:_appendContour (Results 1 – 4 of 4) sorted by relevance

/dports/x11-fonts/py-babelfont/babelfont-2.0.2/lib/babelfont/
H A Dglyph.py52 def _appendContour(self, contour, offset=None, **kwargs): member in Glyph
/dports/print/py-fontparts/fontParts-0.9.11/documentation/source/environments/objects/
H A Dglyph.rst50 .. automethod:: BaseGlyph._appendContour
/dports/print/py-fontparts/fontParts-0.9.11/
H A DNEWS.rst50 - 2019-10-21: Only use copy in _appendContour only if there is an offset. (thanks @simoncozens)
/dports/print/py-fontparts/fontParts-0.9.11/Lib/fontParts/base/
H A Dglyph.py852 return self._appendContour(contour, offset)
854 def _appendContour(self, contour, offset=None, **kwargs): member in BaseGlyph