Searched refs:buildAttachList (Results 1 – 5 of 5) sorted by relevance
65 :members: buildAttachList, buildLigCaretList, buildMarkGlyphSetsDef
68 attachList = builder.buildAttachList(91 assert builder.buildAttachList({}, self.GLYPHMAP) is None
926 return otl.buildAttachList(points, font.getReverseGlyphMap())
741 gdef.AttachList = otl.buildAttachList(self.attachPoints_, self.glyphMap)
2407 def buildAttachList(attachPoints, glyphMap): function