* 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.
This commit is contained in:
Yamato, Masatake (大和正武) 2004-04-27 20:25:33 +00:00
parent 44438c2c47
commit d1bc1ff8c8
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2004-04-28 Masatake YAMATO <jet@gyve.org>
* 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 <jet@gyve.org>
* src/truetype/ttgxvar.h: Use FT_LOCAL instead of FT_LOCAL_DEF

View File

@ -836,7 +836,7 @@ FT_BEGIN_HEADER
#ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
typedef struct GS_BlendRec_ *GX_Blend;
typedef struct GX_BlendRec_ *GX_Blend;
#endif

View File

@ -78,7 +78,7 @@ FT_BEGIN_HEADER
/* 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;