changeset 0 | 1fb32624e06b |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fontservices/textshaperplugin/IcuSource/layout/LayoutTables.h Tue Feb 02 02:02:46 2010 +0200 @@ -0,0 +1,26 @@ +/* + * + * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved + * + */ + +#ifndef __LAYOUTTABLES_H +#define __LAYOUTTABLES_H + +/** + * \file + * \internal + */ + +#include "LETypes.h" + +U_NAMESPACE_BEGIN + +#define ANY_NUMBER 1 + +typedef le_int16 ByteOffset; +typedef le_int16 WordOffset; + +U_NAMESPACE_END +#endif +