Register a trace component for ftgloadr.c.
This commit is contained in:
parent
4c531460ed
commit
a6990d0612
@ -1,3 +1,11 @@
|
||||
2009-07-09 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
Register a trace component for ftgloadr.c.
|
||||
|
||||
* include/freetype/internal/fttrace.h: Add FT_TRACE_DEF( gloader ).
|
||||
The macro `trace_gloader' was already used in the initial version
|
||||
on 2002-02-24.
|
||||
|
||||
2009-07-08 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
Prevent the overflows by a glyph with too many points or contours.
|
||||
|
@ -31,6 +31,7 @@ FT_TRACE_DEF( init ) /* initialization (ftinit.c) */
|
||||
FT_TRACE_DEF( objs ) /* base objects (ftobjs.c) */
|
||||
FT_TRACE_DEF( outline ) /* outline management (ftoutln.c) */
|
||||
FT_TRACE_DEF( glyph ) /* glyph management (ftglyph.c) */
|
||||
FT_TRACE_DEF( gloader ) /* glyph loader (ftgloadr.c) */
|
||||
|
||||
FT_TRACE_DEF( raster ) /* monochrome rasterizer (ftraster.c) */
|
||||
FT_TRACE_DEF( smooth ) /* anti-aliasing raster (ftgrays.c) */
|
||||
|
Loading…
Reference in New Issue
Block a user