Searched refs:buildLigGlyph (Results 1 – 2 of 2) sorted by relevance
440 lig = builder.buildLigGlyph([500, 800], None)454 assert builder.buildLigGlyph([], []) is None457 assert builder.buildLigGlyph(None, None) is None460 lig = builder.buildLigGlyph(None, [2])
2493 carets = {g: buildLigGlyph(coords.get(g), points.get(g)) for g in glyphs}2504 def buildLigGlyph(coords, points): function