• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * %W% %E%
3  *
4  * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved
5  *
6  */
7 
8 #ifndef __NONCONTEXTUALGLYPHSUBSTITUTION_H
9 #define __NONCONTEXTUALGLYPHSUBSTITUTION_H
10 
11 /**
12  * \file
13  * \internal
14  */
15 
16 #include "LETypes.h"
17 #include "LayoutTables.h"
18 #include "LookupTables.h"
19 #include "MorphTables.h"
20 
21 U_NAMESPACE_BEGIN
22 
23 struct NonContextualGlyphSubstitutionHeader : MorphSubtableHeader
24 {
25     LookupTable table;
26 };
27 
28 U_NAMESPACE_END
29 #endif
30 
31