diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h b/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h index b2a4b0f0fc2..a3e3ac2edae 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h +++ b/Build/source/texk/web2c/xetexdir/XeTeXLayoutInterface.h @@ -152,7 +152,7 @@ bool usingOpenType(XeTeXLayoutEngine engine); bool usingGraphite(XeTeXLayoutEngine engine); bool isOpenTypeMathFont(XeTeXLayoutEngine engine); -bool findGraphiteFeature(XeTeXLayoutEngine engine, const char* s, const char* e, int* f, int* v); +bool findGraphiteFeature(XeTeXLayoutEngine engine, const char* s, const char* e, hb_tag_t* f, int* v); uint32_t countGraphiteFeatures(XeTeXLayoutEngine engine); uint32_t getGraphiteFeatureCode(XeTeXLayoutEngine engine, uint32_t index); |