FONTAINE  1.0
Yi.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 
11 //
12 // Yi.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef YI_SYLLABLES
20 #define YI_SYLLABLES
21 
22 namespace Yi{
23 
24 //
25 // Unicode values
26 //
29  0xA000,0xA48C,
31 };
32 
33 //
34 // Sample sentences
35 //
36 const char *sentences[]={
37  "ꀀꀁꀂꀃꀄꀅꀆꀇ",
39 };
40 
41 
42 //
43 //
44 //
46  "Yi", // Common name
47  "ꆈꌠꁱꂷ", // Native name
48  0xA000, // key
49  values,
50  "ꀀꀁꀂꀃꀄꀅꀆꀇ", // Sample characters
51  sentences
52 };
53 
55 
56 }; // end of namespace
57 
58 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
const OrthographyData * pData
Definition: Yi.h:54
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
UINT32 values[]
Definition: Yi.h:27
const char * sentences[]
Definition: Yi.h:36
#define END_OF_DATA
Definition: OrthographyData.h:23
OrthographyData data
Definition: Yi.h:45
Definition: Yi.h:22