Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DC_O_L_R_.py20 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID
39 layerName = self.getGlyphName(layerGid)
48 getGlyphName = self.getGlyphName
49 names = map(getGlyphName, gids)
102 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID
122 glyphSelector = self.getGlyphName(glyphSelector)
132 glyphSelector = self.getGlyphName(glyphSelector)
156 value = ttFont.getGlyphName(value)
DV_O_R_G_.py17 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID
35 getGlyphName = self.getGlyphName
36 names = map(getGlyphName, gids)
84 self.getGlyphName = ttFont.getGlyphName # for use in get/set item functions, for access by GID
99 glyphSelector = self.getGlyphName(glyphSelector)
109 glyphSelector = self.getGlyphName(glyphSelector)
DsbixGlyph.py47 self.glyphName = ttFont.getGlyphName(self.gid)
62 self.referenceGlyphName = ttFont.getGlyphName(gid)
DG__l_a_t.py86 self.attributes[ttFont.getGlyphName(count)] = decoder(data[s:e])
129 data += encoder(self.attributes[ttFont.getGlyphName(n)])
DT_S_I__5.py24 self.glyphGrouping[ttFont.getGlyphName(i)] = a[i]
DL_T_S_H_.py25 self.yPels[ttFont.getGlyphName(i)] = yPels[i]
DE_B_L_C_.py446 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))
D_k_e_r_n.py158 ttFont.getGlyphName(left),
159 ttFont.getGlyphName(right))] = value
DotConverters.py277 l = [font.getGlyphName(gid) for gid in gids]
280 return font.getGlyphName(reader.readUShort())
738 return {font.getGlyphName(k): value
753 mapping[font.getGlyphName(k)] = value
773 mapping[font.getGlyphName(first + k)] = v
787 mapping[font.getGlyphName(glyphID)] = value
795 return {font.getGlyphName(first + k): value
1089 return [font.getGlyphName(g)
1343 result[cid] = font.getGlyphName(glyphID)
DS__i_l_f.py410 self.pMap[pseudo.unicode] = ttFont.getGlyphName(pseudo.nPseudo)
596 self.linear.append(ttFont.getGlyphName(x) for x in
601 nonLin = dict([(ttFont.getGlyphName(x[0]), x[1]) for x in nonLinids])
696 self.colMap[ttFont.getGlyphName(g)] = col
DT_S_I__1.py29 name = ttFont.getGlyphName(glyphID)
DotTables.py421 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 ]
DE_B_D_T_.py715 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)
740 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)
D_g_l_y_f.py209 def getGlyphName(self, glyphID): member in table__g_l_y_f
903 components.append(glyfTable.getGlyphName(int(glyphID)))
1108 self.glyphName = glyfTable.getGlyphName(int(glyphID))
D_c_m_a_p.py27 name = font.getGlyphName(gid)
1135 glyphName = self.ttFont.getGlyphName(gid)
/external/fonttools/Lib/fontTools/misc/
DtestTools.py64 def getGlyphName(self, glyphID): member in FakeFont
147 def getGlyphName(self, gid): member in MockFont
/external/fonttools/Lib/fontTools/ttLib/
DttFont.py546 def getGlyphName(self, glyphID, requireReal=False): member in TTFont
Dwoff2.py816 glyphName = self.getGlyphName(glyphID)
/external/fonttools/Lib/fontTools/subset/
D__init__.py2484 self.glyphs.add(font.getGlyphName(0))
2492 self.glyphs.add(font.getGlyphName(i))