* 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:
parent
44438c2c47
commit
d1bc1ff8c8
@ -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…
Reference in New Issue
Block a user