From 8d14b6f4fd88bb6e54802e01c9d9e682061b1412 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 14 Dec 2009 07:55:39 +0100 Subject: [PATCH] Trace glyph index in CID module. Suggested in Savannah patch #7023. * src/cid/cidgload.c (cid_load_glyph): Add tracing message. --- ChangeLog | 7 +++++++ src/cid/cidgload.c | 2 ++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 68818c044..594a2b957 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-12-14 Werner Lemberg + + Trace glyph index in CID module. + Suggested in Savannah patch #7023. + + * src/cid/cidgload.c (cid_load_glyph): Add tracing message. + 2009-12-03 Werner Lemberg Fix compiler warnings. diff --git a/src/cid/cidgload.c b/src/cid/cidgload.c index f59035ffa..2700a4193 100644 --- a/src/cid/cidgload.c +++ b/src/cid/cidgload.c @@ -58,6 +58,8 @@ #endif + FT_TRACE4(( "cid_load_glyph: glyph index %d\n", glyph_index )); + #ifdef FT_CONFIG_OPTION_INCREMENTAL /* For incremental fonts get the character data using */