freetype2/src/pfr
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
pfr.c * src/pfr/pfrsbit.h, src/pfr/pfrsbit.c, src/pfr/pfrload.c, 2002-10-05 14:57:03 +00:00
pfrcmap.c Another round of cppcheck nitpicks. 2013-08-01 12:20:20 +02:00
pfrcmap.h Remove trailing whitespace. From Alexei. 2007-01-16 06:11:27 +00:00
pfrdrivr.c */* [FT_CONFIG_OPTION_OLD_INTERNALS]: Remove macro and guarded code. 2013-05-10 07:58:47 +02:00
pfrdrivr.h Remove trailing spaces. 2012-01-17 02:00:24 +09:00
pfrerror.h Prepare source code for amalgamation. 2012-03-08 06:04:03 +01:00
pfrgload.c Better tracing of loaded glyphs. 2013-08-26 12:55:48 +02:00
pfrgload.h Formatting; adding file headers. 2002-10-07 10:12:43 +00:00
pfrload.c */*: Use FT_Err_Ok only. 2013-03-14 11:21:17 +01:00
pfrload.h Remove trailing whitespace. From Alexei. 2007-01-16 06:11:27 +00:00
pfrobjs.c Better tracing of loaded glyphs. 2013-08-26 12:55:48 +02:00
pfrobjs.h * src/pfr/pfrobjs.c, src/pfr/pfrobjs.h (pfr_face_init, 2004-05-08 07:00:23 +00:00
pfrsbit.c */*: Use FT_Err_Ok only. 2013-03-14 11:21:17 +01:00
pfrsbit.h Formatting; adding file headers. 2002-10-07 10:12:43 +00:00
pfrtypes.h pfr: Fix a data type mismatching with its source. 2009-08-01 00:32:21 +09:00
rules.mk * src/gzip/ftgzip.c (ft_gzip_file_fill_output): Handle Z_STREAM_END 2003-06-09 15:54:18 +00:00