Lines Matching refs:glyphID
74 glyphs.extend(glyphOrder[glyphID] for glyphID in range(startID, endID))
93 for glyphID in glyphIDs[1:]:
94 if glyphID != last + 1:
96 ranges.append([glyphID])
97 last = glyphID
151 outGIDS = [ glyphID + delta for glyphID in inputGIDS ]
153 outNames = [ font.getGlyphName(glyphID) for glyphID in outGIDS ]
240 for glyphID, cls in zip(range(startID, endID), classList):
241 classDefs[glyphOrder[glyphID]] = cls
263 for glyphID in range(startID, endID):
264 classDefs[glyphOrder[glyphID]] = cls
285 for glyphID, glyphName, cls in items[1:]:
286 if glyphID != last + 1 or cls != lastCls:
288 ranges.append([cls, glyphID, glyphName])
289 last = glyphID