summaryrefslogtreecommitdiff
path: root/src/gxlayout/gxaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gxlayout/gxaccess.h')
-rw-r--r--src/gxlayout/gxaccess.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gxlayout/gxaccess.h b/src/gxlayout/gxaccess.h
index 5bed3e8bb..586d21e81 100644
--- a/src/gxlayout/gxaccess.h
+++ b/src/gxlayout/gxaccess.h
@@ -58,8 +58,8 @@ FT_BEGIN_HEADER
FT_LOCAL( FT_Error )
gx_mort_substitute_glyph ( GX_Mort mort,
GXL_FeaturesRequest request,
- FTL_Glyphs_Array in,
- FTL_Glyphs_Array out );
+ FTL_GlyphArray in,
+ FTL_GlyphArray out );
/* morx */
typedef FT_Error (* GX_Morx_Feature_Func)( GX_XMetamorphosisFeatureTable feat_Subtbl,
@@ -75,8 +75,8 @@ FT_BEGIN_HEADER
FT_LOCAL( FT_Error )
gx_morx_substitute_glyph ( GX_Morx morx,
GXL_FeaturesRequest request,
- FTL_Glyphs_Array in,
- FTL_Glyphs_Array out );
+ FTL_GlyphArray in,
+ FTL_GlyphArray out );
/* kern */
FT_LOCAL( FT_Error ) gx_kern_get_pair_kerning ( GX_Kern kern,
@@ -86,7 +86,7 @@ FT_BEGIN_HEADER
FT_Vector* kerning );
FT_LOCAL( FT_Error ) gx_kern_get_contextual_kerning( GX_Kern kern,
- FTL_Glyphs_Array garray,
+ FTL_GlyphArray garray,
FTL_Direction dir,
GXL_Initial_State initial_state,
FT_Vector * kerning );