Searched refs:lastGlyphIndex (Results 1 – 2 of 2) sorted by relevance
97 (firstGlyphIndex, lastGlyphIndex, additionalOffsetToIndexSubtable) = tup107 indexSubTable.lastGlyphIndex = lastGlyphIndex175 indexSubTable.lastGlyphIndex = max(glyphIds)180 curTable.endGlyphIndex = max(ist.lastGlyphIndex for ist in curStrike.indexSubTables)183 …data = struct.pack(indexSubHeaderFormat, i.firstGlyphIndex, i.lastGlyphIndex, i.additionalOffsetTo…355 ('lastGlyphIndex', self.lastGlyphIndex),375 self.lastGlyphIndex = safeEval(attrs['lastGlyphIndex'])431 numGlyphs = self.lastGlyphIndex - self.firstGlyphIndex + 1436 glyphIds = list(range(self.firstGlyphIndex, self.lastGlyphIndex+1))457 allGlyphIds = list(range(self.firstGlyphIndex, self.lastGlyphIndex+1))[all …]
89 SK_OT_USHORT lastGlyphIndex; //last glyph code of this range (inclusive) member