Home
last modified time | relevance | path

Searched refs:getGlyphName (Results 1 – 18 of 18) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
DV_O_R_G_.py15 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID
33 getGlyphName = self.getGlyphName
34 names = map(getGlyphName, gids)
82 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID
97 glyphSelector = self.getGlyphName(glyphSelector)
107 glyphSelector = self.getGlyphName(glyphSelector)
DsbixGlyph.py45 self.glyphName = ttFont.getGlyphName(self.gid)
60 self.referenceGlyphName = ttFont.getGlyphName(gid)
DT_S_I__5.py22 self.glyphGrouping[ttFont.getGlyphName(i)] = a[i]
DL_T_S_H_.py23 self.yPels[ttFont.getGlyphName(i)] = yPels[i]
DG__l_a_t.py86 self.attributes[ttFont.getGlyphName(count)] = decoder(data[s:e])
129 data += encoder(self.attributes[ttFont.getGlyphName(n)])
DE_B_L_C_.py445 self.names = list(map(self.ttFont.getGlyphName, glyphIds))
533 self.names = list(map(self.ttFont.getGlyphName, glyphIds))
565 self.names = list(map(self.ttFont.getGlyphName, glyphIds))
604 self.names = list(map(self.ttFont.getGlyphName, glyphIds))
D_k_e_r_n.py156 ttFont.getGlyphName(left),
157 ttFont.getGlyphName(right))] = value
DotConverters.py313 l = [font.getGlyphName(gid) for gid in gids]
316 return font.getGlyphName(reader.readValue(self.typecode, self.staticSize))
809 return {font.getGlyphName(k): value
824 mapping[font.getGlyphName(k)] = value
844 mapping[font.getGlyphName(first + k)] = v
858 mapping[font.getGlyphName(glyphID)] = value
866 return {font.getGlyphName(first + k): value
1158 return [font.getGlyphName(g)
1411 result[cid] = font.getGlyphName(glyphID)
DT_S_I__1.py28 name = ttFont.getGlyphName(glyphID)
DS__i_l_f.py418 self.pMap[pseudo.unicode] = ttFont.getGlyphName(pseudo.nPseudo)
604 self.linear.append(ttFont.getGlyphName(x) for x in
609 nonLin = dict([(ttFont.getGlyphName(x[0]), x[1]) for x in nonLinids])
704 self.colMap[ttFont.getGlyphName(g)] = col
DotTables.py428 return [font.getGlyphName(glyphID)
591 r.Start = font.getGlyphName(start)
592 r.End = font.getGlyphName(end)
731 outNames = [ font.getGlyphName(glyphID) for glyphID in outGIDS ]
DE_B_D_T_.py714 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)
739 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)
D_g_l_y_f.py220 def getGlyphName(self, glyphID): member in table__g_l_y_f
1076 components.append(glyfTable.getGlyphName(int(glyphID)))
1288 self.glyphName = glyfTable.getGlyphName(int(glyphID))
D_c_m_a_p.py26 name = font.getGlyphName(gid)
1134 glyphName = self.ttFont.getGlyphName(gid)
/external/fonttools/Lib/fontTools/misc/
DtestTools.py60 def getGlyphName(self, glyphID): member in FakeFont
146 def getGlyphName(self, gid): member in MockFont
/external/fonttools/Lib/fontTools/ttLib/
DttFont.py547 def getGlyphName(self, glyphID, requireReal=False): member in TTFont
Dwoff2.py880 glyphName = self.getGlyphName(glyphID)
/external/fonttools/Lib/fontTools/subset/
D__init__.py2696 self.glyphs.add(font.getGlyphName(0))
2704 self.glyphs.add(font.getGlyphName(i))