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