Trace glyph index in CID module.

Suggested in Savannah patch #7023.

* src/cid/cidgload.c (cid_load_glyph): Add tracing message.
This commit is contained in:
Werner Lemberg 2009-12-14 07:55:39 +01:00
parent 9045f5bdf2
commit 8d14b6f4fd
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,10 @@
2009-12-14 Werner Lemberg <wl@gnu.org>
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 <wl@gnu.org>
Fix compiler warnings.

View File

@ -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 */