HomeSort by relevance Sort by last modified time
    Searched refs:getGlyphID (Results 1 - 25 of 35) sorted by null

1 2

  /external/fonttools/Lib/fontTools/ttLib/tables/
otTables.py 61 startID = font.getGlyphID(start, requireReal=True)
66 endID = font.getGlyphID(end, requireReal=True) + 1
85 getGlyphID = font.getGlyphID
88 glyphIDs = [getGlyphID(glyphName) for glyphName in glyphs ]
150 inputGIDS = [ font.getGlyphID(name) for name in input ]
170 getGlyphID = font.getGlyphID
171 gidItems = [(getGlyphID(a), getGlyphID(b)) for a,b in items
    [all...]
sbixBitmap.py 59 self.gid = struct.pack(">H", ttFont.getGlyphID(self.glyphName))
99 self.imageData = struct.pack(">H", ttFont.getGlyphID(attrs["glyphname"]))
L_T_S_H_.py 35 yPels[ttFont.getGlyphID(name)] = self.yPels[name]
_k_e_r_n.py 123 getGlyphID = ttFont.getGlyphID
124 kernTable = sorted((getGlyphID(left), getGlyphID(right), value) for ((left,right),value) in self.kernTable.items())
C_O_L_R_.py 61 gid = ttFont.getGlyphID(glyphName)
72 layerMap.append(struct.pack(">HH", ttFont.getGlyphID(layer.name), layer.colorID))
87 gid = ttFont.getGlyphID(glyphName)