diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXOTMath.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXOTMath.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXOTMath.h b/Build/source/texk/web2c/xetexdir/XeTeXOTMath.h index a1d535923ef..5bb5bc83f23 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXOTMath.h +++ b/Build/source/texk/web2c/xetexdir/XeTeXOTMath.h @@ -40,9 +40,10 @@ extern "C" { int getnativemathsyparam(int f, int n); int getnativemathexparam(int f, int n); int getotmathconstant(int f, int n); - int getotmathvariant(int f, int g, int v, int* adv); - void* getotassemblyptr(int f, int g); + int getotmathvariant(int f, int g, int v, int* adv, int horiz); + void* getotassemblyptr(int f, int g, int horiz); int getotmathitalcorr(int f, int g); + int getotmathaccentpos(int f, int g); int otpartcount(const GlyphAssembly* a); int otpartglyph(const GlyphAssembly* a, int i); int otpartisextender(const GlyphAssembly* a, int i); |