Home
last modified time | relevance | path

Searched refs:getCoordinates (Results 1 – 2 of 2) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py553 coords, endPts, flags = self.getCoordinates(glyfTable)
622 def getCoordinates(self, glyfTable): member in Glyph
632 coordinates, endPts, flags = g.getCoordinates(glyfTable)
/external/fonttools/Lib/fontTools/ttLib/
D__init__.py724 coordinates, endPts, flags = glyph.getCoordinates(glyfTable)