Home
last modified time | relevance | path

Searched refs:buildAttachList (Results 1 – 5 of 5) sorted by relevance

/external/fonttools/Doc/source/otlLib/
Dindex.rst65 :members: buildAttachList, buildLigCaretList, buildMarkGlyphSetsDef
/external/fonttools/Tests/otlLib/
Dbuilder_test.py68 attachList = builder.buildAttachList(
91 assert builder.buildAttachList({}, self.GLYPHMAP) is None
/external/fonttools/Lib/fontTools/feaLib/
Dbuilder.py741 gdef.AttachList = otl.buildAttachList(self.attachPoints_, self.glyphMap)
/external/fonttools/Lib/fontTools/mtiLib/
D__init__.py926 return otl.buildAttachList(points, font.getReverseGlyphMap())
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py2407 def buildAttachList(attachPoints, glyphMap): function