HomeSort by relevance Sort by last modified time
    Searched refs:getGlyphName (Results 1 - 19 of 19) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
C_O_L_R_.py 20 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
    [all...]
V_O_R_G_.py 17 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)
sbixGlyph.py 47 self.glyphName = ttFont.getGlyphName(self.gid)
62 self.referenceGlyphName = ttFont.getGlyphName(gid)
L_T_S_H_.py 25 self.yPels[ttFont.getGlyphName(i)] = yPels[i]
T_S_I__5.py 24 self.glyphGrouping[ttFont.getGlyphName(i)] = a[i]
G__l_a_t.py 86 self.attributes[ttFont.getGlyphName(count)] = decoder(data[s:e])
129 data += encoder(self.attributes[ttFont.getGlyphName(n)])
_k_e_r_n.py 158 ttFont.getGlyphName(left),
159 ttFont.getGlyphName(right))] = value
E_B_L_C_.py 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))
T_S_I__1.py 29 name = ttFont.getGlyphName(glyphID)
otConverters.py 277 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
    [all...]
S__i_l_f.py 410 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
    [all...]
E_B_D_T_.py 715 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)
740 curComponent.name = self.ttFont.getGlyphName(curComponent.glyphCode)
_g_l_y_f.py 209 def getGlyphName(self, glyphID):
903 components.append(glyfTable.getGlyphName(int(glyphID)))
    [all...]
otTables.py 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 ]
    [all...]
_c_m_a_p.py 27 name = font.getGlyphName(gid)
    [all...]
  /external/fonttools/Lib/fontTools/misc/
testTools.py 64 def getGlyphName(self, glyphID):
147 def getGlyphName(self, gid):
  /external/fonttools/Lib/fontTools/ttLib/
ttFont.py 476 # other table that does f.getGlyphOrder() or f.getGlyphName().
546 def getGlyphName(self, glyphID, requireReal=False):
woff2.py 816 glyphName = self.getGlyphName(glyphID)
    [all...]
  /external/fonttools/Lib/fontTools/subset/
__init__.py     [all...]

Completed in 328 milliseconds