Searched refs:getGlyphName (Results 1 – 19 of 19) sorted by relevance
20 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID39 layerName = self.getGlyphName(layerGid)48 getGlyphName = self.getGlyphName49 names = map(getGlyphName, gids)102 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID122 glyphSelector = self.getGlyphName(glyphSelector)132 glyphSelector = self.getGlyphName(glyphSelector)156 value = ttFont.getGlyphName(value)
17 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID35 getGlyphName = self.getGlyphName36 names = map(getGlyphName, gids)84 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID99 glyphSelector = self.getGlyphName(glyphSelector)109 glyphSelector = self.getGlyphName(glyphSelector)
47 self.glyphName = ttFont.getGlyphName(self.gid)62 self.referenceGlyphName = ttFont.getGlyphName(gid)
86 self.attributes[ttFont.getGlyphName(count)] = decoder(data[s:e])129 data += encoder(self.attributes[ttFont.getGlyphName(n)])
24 self.glyphGrouping[ttFont.getGlyphName(i)] = a[i]
25 self.yPels[ttFont.getGlyphName(i)] = yPels[i]
446 self.names = list(map(self.ttFont.getGlyphName, glyphIds))534 self.names = list(map(self.ttFont.getGlyphName, glyphIds))566 self.names = list(map(self.ttFont.getGlyphName, glyphIds))605 self.names = list(map(self.ttFont.getGlyphName, glyphIds))
158 ttFont.getGlyphName(left),159 ttFont.getGlyphName(right))] = value
277 l = [font.getGlyphName(gid) for gid in gids]280 return font.getGlyphName(reader.readUShort())738 return {font.getGlyphName(k): value753 mapping[font.getGlyphName(k)] = value773 mapping[font.getGlyphName(first + k)] = v787 mapping[font.getGlyphName(glyphID)] = value795 return {font.getGlyphName(first + k): value1089 return [font.getGlyphName(g)1343 result[cid] = font.getGlyphName(glyphID)
410 self.pMap[pseudo.unicode] = ttFont.getGlyphName(pseudo.nPseudo)596 self.linear.append(ttFont.getGlyphName(x) for x in601 nonLin = dict([(ttFont.getGlyphName(x[0]), x[1]) for x in nonLinids])696 self.colMap[ttFont.getGlyphName(g)] = col
29 name = ttFont.getGlyphName(glyphID)
421 return [font.getGlyphName(glyphID)583 r.Start = font.getGlyphName(start)584 r.End = font.getGlyphName(end)704 outNames = [ font.getGlyphName(glyphID) for glyphID in outGIDS ]
715 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)740 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)
209 def getGlyphName(self, glyphID): member in table__g_l_y_f903 components.append(glyfTable.getGlyphName(int(glyphID)))1108 self.glyphName = glyfTable.getGlyphName(int(glyphID))
27 name = font.getGlyphName(gid)1135 glyphName = self.ttFont.getGlyphName(gid)
64 def getGlyphName(self, glyphID): member in FakeFont147 def getGlyphName(self, gid): member in MockFont
546 def getGlyphName(self, glyphID, requireReal=False): member in TTFont
816 glyphName = self.getGlyphName(glyphID)
2484 self.glyphs.add(font.getGlyphName(0))2492 self.glyphs.add(font.getGlyphName(i))