Home
last modified time | relevance | path

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

/external/fonttools/Tests/otlLib/
Dbuilder_test.py340 attach = builder.buildLigatureAttach(
365 attach = builder.buildLigatureAttach([[], None])
375 attach = builder.buildLigatureAttach([])
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py1791 self.LigatureAttach.append(buildLigatureAttach(anchors))
1796 def buildLigatureAttach(components): function