| author | William Roberts <williamr@symbian.org> |
| Fri, 30 Apr 2010 13:21:39 +0100 | |
| branch | RCL_3 |
| changeset 20 | 7ea2c3c49480 |
| parent 0 | 1fb32624e06b |
| permissions | -rw-r--r-- |
/* * %W% %E% * * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved * */ #ifndef __NONCONTEXTUALGLYPHSUBSTITUTION_H #define __NONCONTEXTUALGLYPHSUBSTITUTION_H /** * \file * \internal */ #include "LETypes.h" #include "LayoutTables.h" #include "LookupTables.h" #include "MorphTables.h" U_NAMESPACE_BEGIN struct NonContextualGlyphSubstitutionHeader : MorphSubtableHeader { LookupTable table; }; U_NAMESPACE_END #endif