ref: 8d14b6f4fd88bb6e54802e01c9d9e682061b1412
parent: 9045f5bdf2ddb9628530392cc90528752e6f9567
author: Werner Lemberg <[email protected]>
date: Mon Dec 14 02:55:39 EST 2009
Trace glyph index in CID module. Suggested in Savannah patch #7023. * src/cid/cidgload.c (cid_load_glyph): Add tracing message.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-14 Werner Lemberg <[email protected]>
+
+ 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 <[email protected]>
Fix compiler warnings.
--- 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 */