Home
last modified time | relevance | path

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

/external/noto-fonts/emoji-compat/
Dcreatefont.py464 def read_cmap12(self, ttf, glyph_to_codepoint_map): argument
471 glyph_to_codepoint_map[glyph_name] = codepoint
476 def read_gsub(self, ttf, glyph_to_codepoint_map): argument
485 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)