diff options
Diffstat (limited to 'Build/source/texk/web2c/xetexdir/XeTeX_ext.h')
-rw-r--r-- | Build/source/texk/web2c/xetexdir/XeTeX_ext.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/xetexdir/XeTeX_ext.h b/Build/source/texk/web2c/xetexdir/XeTeX_ext.h index b0c42fe3060..3e93d651288 100644 --- a/Build/source/texk/web2c/xetexdir/XeTeX_ext.h +++ b/Build/source/texk/web2c/xetexdir/XeTeX_ext.h @@ -63,6 +63,10 @@ typedef struct { typedef uint32_t OTTag; typedef uint16_t GlyphID; +typedef struct { + float x; + float y; +} FloatPoint; /* these are also in xetex.web and must correspond! */ |