os/textandloc/fontservices/textshaperplugin/IcuSource/layout/NonContextualGlyphSubst.h
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/textandloc/fontservices/textshaperplugin/IcuSource/layout/NonContextualGlyphSubst.h Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,30 @@
1.4 +/*
1.5 + * %W% %E%
1.6 + *
1.7 + * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved
1.8 + *
1.9 + */
1.10 +
1.11 +#ifndef __NONCONTEXTUALGLYPHSUBSTITUTION_H
1.12 +#define __NONCONTEXTUALGLYPHSUBSTITUTION_H
1.13 +
1.14 +/**
1.15 + * \file
1.16 + * \internal
1.17 + */
1.18 +
1.19 +#include "LETypes.h"
1.20 +#include "LayoutTables.h"
1.21 +#include "LookupTables.h"
1.22 +#include "MorphTables.h"
1.23 +
1.24 +U_NAMESPACE_BEGIN
1.25 +
1.26 +struct NonContextualGlyphSubstitutionHeader : MorphSubtableHeader
1.27 +{
1.28 + LookupTable table;
1.29 +};
1.30 +
1.31 +U_NAMESPACE_END
1.32 +#endif
1.33 +