Searched refs:glyph_to_codepoint_map (Results 1 – 1 of 1) sorted by relevance
464 def read_cmap12(self, ttf, glyph_to_codepoint_map): argument471 glyph_to_codepoint_map[glyph_name] = codepoint476 def read_gsub(self, ttf, glyph_to_codepoint_map): argument485 codepoints = [glyph_to_codepoint_map[x] for x in glyph_names]541 glyph_to_codepoint_map = {}544 cmap12_table = self.read_cmap12(ttf, glyph_to_codepoint_map)547 self.read_gsub(ttf, glyph_to_codepoint_map)