]> git.saurik.com Git - apple/icu.git/blame - icuSources/layout/CanonShaping.h
ICU-6.2.4.tar.gz
[apple/icu.git] / icuSources / layout / CanonShaping.h
CommitLineData
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
12U_NAMESPACE_BEGIN
13
14class CanonShaping /* not : public UObject because all members are static */
15{
16public:
17 static const le_uint8 glyphSubstitutionTable[];
18 static const le_uint8 glyphDefinitionTable[];
19};
20
21U_NAMESPACE_END
22#endif