Home | History | Annotate | Download | only in fonts

Lines Matching refs:glyph

113     reverse_cmap = {glyph: code for code, glyph in emoji_map.items()}
118 for base, glyph in vs_dict[vs]:
119 if glyph is None:
122 emoji_map[(base, vs)] = glyph
133 sequence = [reverse_cmap[glyph] for glyph in sequence]
279 '%s and %s should map to the same glyph.' % (
283 for glyph in set(coverage.values()):
284 maps_to_glyph = [seq for seq in coverage if coverage[seq] == glyph]
286 # There are more than one sequences mapping to the same glyph. We
295 'The sequences %s should not result in the same glyph %s' % (
297 glyph))