Home
last modified time | relevance | path

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

/external/fonttools/Tests/otlLib/
Dbuilder_test.py440 lig = builder.buildLigGlyph([500, 800], None)
454 assert builder.buildLigGlyph([], []) is None
457 assert builder.buildLigGlyph(None, None) is None
460 lig = builder.buildLigGlyph(None, [2])
/external/fonttools/Lib/fontTools/otlLib/
Dbuilder.py2493 carets = {g: buildLigGlyph(coords.get(g), points.get(g)) for g in glyphs}
2504 def buildLigGlyph(coords, points): function