diff options
Diffstat (limited to 'Build/source/libs/icu/icu-xetex/samples/layout/rsurface.h')
-rw-r--r-- | Build/source/libs/icu/icu-xetex/samples/layout/rsurface.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-xetex/samples/layout/rsurface.h b/Build/source/libs/icu/icu-xetex/samples/layout/rsurface.h new file mode 100644 index 00000000000..c58194e5f94 --- /dev/null +++ b/Build/source/libs/icu/icu-xetex/samples/layout/rsurface.h @@ -0,0 +1,21 @@ +/* + * + * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved + * + */ + +#ifndef __RSURFACE_H +#define __RSURFACE_H + +#include "loengine.h" + +typedef void rs_surface; + +U_CDECL_BEGIN + +void rs_drawGlyphs(rs_surface *surface, const le_font *font, const LEGlyphID *glyphs, le_int32 count, + const float *positions, le_int32 x, le_int32 y, le_int32 width, le_int32 height); + +U_CDECL_END + +#endif |