* 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.
CACHE
Yamato, Masatake (大和正武) 21 years ago
parent 17ce0060ac
commit e7b5eca070
  1. 7
      ChangeLog
  2. 2
      include/freetype/internal/tttypes.h
  3. 2
      src/truetype/ttgxvar.h

@ -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

@ -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

@ -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;

Loading…
Cancel
Save