diff options
Diffstat (limited to 'in_afm.c')
| -rw-r--r-- | in_afm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -194,7 +194,7 @@ void read_afm_file(input *in) { w->glyph = g; w->width = width; add234(fi->widths, w); - ucs = ps_glyph_to_unicode(glyph_extern(g)); + ucs = ps_glyph_to_unicode(g); if (ucs < 0xFFFF) fi->bmp[ucs] = g; } |