author | sl@SLION-WIN7.fritz.box |
Fri, 15 Jun 2012 03:10:57 +0200 | |
changeset 0 | bde4ae8d615e |
permissions | -rw-r--r-- |
1 /*
2 * %W% %E%
3 *
4 * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved
5 *
6 */
8 #ifndef __NONCONTEXTUALGLYPHSUBSTITUTION_H
9 #define __NONCONTEXTUALGLYPHSUBSTITUTION_H
11 /**
12 * \file
13 * \internal
14 */
16 #include "LETypes.h"
17 #include "LayoutTables.h"
18 #include "LookupTables.h"
19 #include "MorphTables.h"
21 U_NAMESPACE_BEGIN
23 struct NonContextualGlyphSubstitutionHeader : MorphSubtableHeader
24 {
25 LookupTable table;
26 };
28 U_NAMESPACE_END
29 #endif