Home | History | Annotate | Download | only in fontTools

Lines Matching refs:uvsDict

1707         for l in table.uvsDict.values():
1745 t.uvsDict = dict((v,[(u,g) for u,g in l
1747 for v,l in t.uvsDict.items())
1748 t.uvsDict = dict((v,l) for v,l in t.uvsDict.items() if l)
1756 if (t.cmap if t.format != 14 else t.uvsDict)]