]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | /* |
2 | * | |
3 | * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved | |
4 | * | |
5 | */ | |
6 | ||
7 | #ifndef __CANONSHAPING_H | |
8 | #define __CANONSHAPING_H | |
9 | ||
10 | #include "LETypes.h" | |
11 | ||
12 | U_NAMESPACE_BEGIN | |
13 | ||
14 | class CanonShaping /* not : public UObject because all members are static */ | |
15 | { | |
16 | public: | |
17 | static const le_uint8 glyphSubstitutionTable[]; | |
18 | static const le_uint8 glyphDefinitionTable[]; | |
19 | }; | |
20 | ||
21 | U_NAMESPACE_END | |
22 | #endif |