FONTAINE  1.0
KayahLi.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009, 2011 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 //
11 // KayahLi.h
12 //
13 
14 #ifndef ORTHOGRAPHY_DATA
15 #include "../OrthographyData.h"
16 #endif
17 
18 #ifndef KAYAHLI
19 #define KAYAHLI
20 
21 namespace KayahLi{
22 
23 //
24 // Unicode values
25 //
28  0xA900,0xA92F,
30 };
31 
32 //
33 // Sample sentences
34 //
35 const char *sentences[]={
36  "ꤊꤋꤌꤍꤎꤏꤐꤑꤒ",
38 };
39 
40 
41 //
42 //
43 //
45  "Kayah Li", // Common name
46  "", // Native name
47  0xA90A, // key
48  values,
49  "ꤊꤋꤌꤍꤎꤏꤐꤑꤒ", // Sample characters
50  sentences
51 };
52 
54 
55 }; // end of namespace
56 
57 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
const char * sentences[]
Definition: KayahLi.h:35
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
OrthographyData data
Definition: KayahLi.h:44
UINT32 values[]
Definition: KayahLi.h:26
const OrthographyData * pData
Definition: KayahLi.h:53
#define END_OF_DATA
Definition: OrthographyData.h:23