freetype2/src/type42
Werner Lemberg ffee64afb8 Better tracing of loaded glyphs.
Previously, the loading of a glyph was traced at level 4, if at all.
With this change, all font loading routines emit a tracing message
at level 1, making it easier to select tracing output (for example
using F2_DEBUG="any:1 afhints:7 aflatin:7").

* src/bdf/bdfdrivr.c (BDF_Glyph_Load): Add tracing message.
* src/cff/cffdrivr.c (cff_glyph_load): Ditto.
* src/cff/cffgload.c (cff_decoder_prepare): Improve tracing
messages.
* src/cid/cidgload.c (cid_load_glyph): Use level 1 for tracing
message.
* src/pcf/pcfdrivr.c (PCF_Glyph_Load): Ditto.
* src/pfr/pfrobjs.c (pfr_slot_load): Add tracing message.
* src/truetype/ttgload.c (TT_Load_Glyph): Ditto.
* src/type1/t1gload.c (T1_Load_Glyph): Ditto.
* src/type42/t42objs.c (T42_GlyphSlot_Load): Ditto.
* src/winfonts/winfnt.c (FNT_Load_Glyph): Ditto.
2013-08-26 12:55:48 +02:00
..
Jamfile Add license. 2005-06-04 23:04:30 +00:00
module.mk FT_USE_MODULE declares things as: 2008-12-21 10:29:30 +00:00
rules.mk * builds/freetype.mk (BASE_H): Rename to... 2008-10-02 06:48:10 +00:00
t42drivr.c Apply fixes for cppcheck nitpicks. 2013-06-04 10:30:48 +02:00
t42drivr.h Remove trailing spaces. 2012-01-17 02:00:24 +09:00
t42error.h Prepare source code for amalgamation. 2012-03-08 06:04:03 +01:00
t42objs.c Better tracing of loaded glyphs. 2013-08-26 12:55:48 +02:00
t42objs.h [type42] Remove casts. 2011-11-30 13:38:51 +01:00
t42parse.c */*: Use FT_Err_Ok only. 2013-03-14 11:21:17 +01:00
t42parse.h Completely revised Type 42 parser. It now handles both fonts 2003-10-16 15:48:39 +00:00
t42types.h Fix Savannah bug #24307. 2008-09-22 08:55:44 +00:00
type42.c * src/cache/ftccache.c (ftc_node_hash_unlink, ftc_node_hash_link) 2002-06-08 06:47:18 +00:00