Home | History | Annotate | Download | only in tables

Lines Matching refs:startGlyphID

964 		startGlyphID = cmap[startCharCode]
965 lastGlyphID = startGlyphID - self._format_step
974 dataList.append(struct.pack(">LLL", startCharCode, lastCharCode, startGlyphID))
976 startGlyphID = glyphID
980 dataList.append(struct.pack(">LLL", startCharCode, lastCharCode, startGlyphID))