Home | History | Annotate | Download | only in fontTools

Lines Matching refs:charset

1349     for g in font.charset:
1354 indices = [i for i,g in enumerate(font.charset) if g in s.glyphs]
1370 font.charset = [g for g in font.charset if g in s.glyphs]
1371 font.numGlyphs = len(font.charset)
1616 for g in font.charset:
1646 for g in font.charset:
1669 for g in font.charset: