shithub: freetype+ttf2subf

Download patch

ref: a6990d06123ca494521858d45fdf406b8fa94bb8
parent: 4c531460ed677d9aaa06f79de160bfe3d03d9b3c
author: suzuki toshiya <[email protected]>
date: Thu Jul 9 08:48:23 EDT 2009

Register a trace component for ftgloadr.c.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-07-09  suzuki toshiya  <[email protected]>
+
+	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  <[email protected]>
 
 	Prevent the overflows by a glyph with too many points or contours.
--- a/include/freetype/internal/fttrace.h
+++ b/include/freetype/internal/fttrace.h
@@ -31,6 +31,7 @@
 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)  */