diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2014-03-14 21:23:32 +0000 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2014-03-14 21:23:32 +0000 |
commit | 0af7dc6b7a6b59b735efb25e93dd4e62be2126d5 (patch) | |
tree | c08c1b55d7ae0793a37a9e621a1adebb740f12c8 /Build/source/texk/web2c/xetexdir/XeTeXOTMath.h | |
parent | 97f7834d79c2ef1a3a7a3d0ed038881a2fb1f459 (diff) |
Sync XeTeX
git-svn-id: svn://tug.org/texlive/trunk@33175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeXOTMath.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeXOTMath.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeXOTMath.h b/Build/source/texk/web2c/xetexdir/XeTeXOTMath.h index 1304c84e76e..ba2cc873041 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeXOTMath.h +++ b/Build/source/texk/web2c/xetexdir/XeTeXOTMath.h @@ -40,21 +40,21 @@ authorization from the copyright holders. #ifdef __cplusplus extern "C" { #endif - int get_native_mathsy_param(int f, int n); - int get_native_mathex_param(int f, int n); - int get_ot_math_constant(int f, int n); - int get_ot_math_variant(int f, int g, int v, integer* adv, int horiz); - void* get_ot_assembly_ptr(int f, int g, int horiz); - int get_ot_math_ital_corr(int f, int g); - int get_ot_math_accent_pos(int f, int g); - int get_ot_math_kern(int f, int g, int sf, int sg, int cmd, int shift); - int ot_part_count(const GlyphAssembly* a); - int ot_part_glyph(const GlyphAssembly* a, int i); - int ot_part_is_extender(const GlyphAssembly* a, int i); - int ot_part_start_connector(int f, const GlyphAssembly* a, int i); - int ot_part_end_connector(int f, const GlyphAssembly* a, int i); - int ot_part_full_advance(int f, const GlyphAssembly* a, int i); - int ot_min_connector_overlap(int f); + int get_native_mathsy_param(int f, int n); + int get_native_mathex_param(int f, int n); + int get_ot_math_constant(int f, int n); + int get_ot_math_variant(int f, int g, int v, integer* adv, int horiz); + void* get_ot_assembly_ptr(int f, int g, int horiz); + int get_ot_math_ital_corr(int f, int g); + int get_ot_math_accent_pos(int f, int g); + int get_ot_math_kern(int f, int g, int sf, int sg, int cmd, int shift); + int ot_part_count(const GlyphAssembly* a); + int ot_part_glyph(const GlyphAssembly* a, int i); + int ot_part_is_extender(const GlyphAssembly* a, int i); + int ot_part_start_connector(int f, const GlyphAssembly* a, int i); + int ot_part_end_connector(int f, const GlyphAssembly* a, int i); + int ot_part_full_advance(int f, const GlyphAssembly* a, int i); + int ot_min_connector_overlap(int f); #ifdef __cplusplus }; #endif |