From fb816f82ea8a90a1e92557dcc699cbcfe53f236c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Sat, 6 Jan 2007 17:47:34 +0000 Subject: Make ps_glyph_to_unicode() take a glyph index instead of a glyph name. [originally from svn r7062] --- in_afm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'in_afm.c') diff --git a/in_afm.c b/in_afm.c index d3d5ecb..69cd1e3 100644 --- a/in_afm.c +++ b/in_afm.c @@ -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; } -- cgit v1.1