Searched refs:glyphSelector (Results 1 – 1 of 1) sorted by relevance
94 def __getitem__(self, glyphSelector): argument95 if isinstance(glyphSelector, int):97 glyphSelector = self.getGlyphName(glyphSelector)99 if glyphSelector not in self.VOriginRecords:102 return self.VOriginRecords[glyphSelector]104 def __setitem__(self, glyphSelector, value): argument105 if isinstance(glyphSelector, int):107 glyphSelector = self.getGlyphName(glyphSelector)110 self.VOriginRecords[glyphSelector] = value111 elif glyphSelector in self.VOriginRecords:[all …]