shithub: freetype+ttf2subf

Download patch

ref: d1bc1ff8c87de7883f423684b37e6fc1fd58a0a3
parent: 44438c2c47228eef62b1987d1658d59de81c1a5a
author: Yamato, Masatake (大和正武) <[email protected]>
date: Tue Apr 27 16:25:33 EDT 2004

* include/freetype/internal/tttypes.h (GX_BlendRec_)
[TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Fix a typo.

* src/truetype/ttgxvar.h (GX_BlendRec_): Fix a typo.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-04-28  Masatake YAMATO  <[email protected]>
+
+	* include/freetype/internal/tttypes.h (GX_BlendRec_)
+	[TT_CONFIG_OPTION_GX_VAR_SUPPORT]: Fix a typo.
+
+	* src/truetype/ttgxvar.h (GX_BlendRec_): Fix a typo.
+
 2004-04-27  Masatake YAMATO  <[email protected]>
 
 	* src/truetype/ttgxvar.h: Use FT_LOCAL instead of FT_LOCAL_DEF
--- a/include/freetype/internal/tttypes.h
+++ b/include/freetype/internal/tttypes.h
@@ -836,7 +836,7 @@
 
 
 #ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
-  typedef struct GS_BlendRec_  *GX_Blend;
+  typedef struct GX_BlendRec_  *GX_Blend;
 #endif
 
 
--- a/src/truetype/ttgxvar.h
+++ b/src/truetype/ttgxvar.h
@@ -78,7 +78,7 @@
   /*                        the contribution along each axis to the final  */
   /*                        interpolated font.                             */
   /*                                                                       */
-  typedef struct  GS_BlendRec_
+  typedef struct  GX_BlendRec_
   {
     FT_UInt         num_axis;
     FT_Fixed*       normalizedcoords;