Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dzbfont.c173 const ref *UnicodeDecoding; in gs_font_map_glyph_to_unicode() local
187 UnicodeDecoding = zfont_get_to_unicode_map(font->dir); in gs_font_map_glyph_to_unicode()
188 if (UnicodeDecoding != NULL && r_type(UnicodeDecoding) == t_dictionary) in gs_font_map_glyph_to_unicode()
189 return gs_font_map_glyph_by_dict(font->memory, UnicodeDecoding, glyph); in gs_font_map_glyph_to_unicode()