]> git.saurik.com Git - apple/icu.git/blob - icuSources/layout/CanonShaping.h
ICU-6.2.21.tar.gz
[apple/icu.git] / icuSources / layout / CanonShaping.h
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