]> git.imager.perl.org - imager.git/blobdiff - font.c
Changed free() to myfree() in quant.c.
[imager.git] / font.c
diff --git a/font.c b/font.c
index 5f11121a473ee0ab2b319b771075f5a1b2fb4da5..2119aac0630f9e5406c2115fe0eb20e25eda72d8 100644 (file)
--- a/font.c
+++ b/font.c
@@ -1109,7 +1109,7 @@ i_tt_bbox_inst( TT_Fonthandle *handle, int inst ,const char *txt, int len, int c
   width   = 0;
   start   = 0;
   
-  mm_log((1, "i_tt_box_inst: glyph='%c' ascent=%d descent=%d\n", j, ascent, descent));
+  mm_log((1, "i_tt_box_inst: glyph='%c' gascent=%d gdescent=%d\n", j, gascent, gdescent));
 
   first=1;
   for ( i = 0; i < len; ++i ) {