FONTAINE  1.0
Ahom.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009, 2015 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 //
11 // Ahom.h
12 // 2015.06.30.ET
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef AHOM
20 #define AHOM
21 
22 //
23 //
24 //
25 namespace Ahom{
26 
27 //
28 // Unicode values
29 //
32  0x11700,0x11719,
34  0x1171D,0x1172B,
36  0x11730,0x1173F,
38 };
39 
40 //
41 // Sample sentences
42 //
43 const char *sentences[]={
44  "",
46 };
47 
48 
49 //
50 //
51 //
53  "Ahom",
54  "Ahom",
55  0x11700, // AHOM LETTER KA
56  values,
57  "",
58  sentences
59 };
60 
62 
63 }; // end of namespace
64 
65 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
OrthographyData data
Definition: Ahom.h:52
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
UINT32 values[]
Definition: Ahom.h:30
Definition: OrthographyData.h:28
const OrthographyData * pData
Definition: Ahom.h:61
Definition: Ahom.h:25
#define END_OF_DATA
Definition: OrthographyData.h:23
const char * sentences[]
Definition: Ahom.h:43