FONTAINE  1.0
Batak.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 // Batak.h
12 //
13 
14 #ifndef ORTHOGRAPHY_DATA
15 #include "../OrthographyData.h"
16 #endif
17 
18 #ifndef BATAK
19 #define BATAK
20 
21 namespace Batak{
22 
23 //
24 // Unicode values
25 //
28  0x1BC0,0x1BF3,
30  0x1BFC,0x1BFF,
32 };
33 
34 //
35 // Sample sentences
36 //
37 const char *sentences[]={
38  "ᯀᯁᯂᯃᯄᯅᯆᯇᯈᯉ",
39  END_OF_DATA
40 };
41 
42 
43 //
44 //
45 //
47  "Surat Batak", // Common name
48  "", // Native name
49  0x1BC0, // key
50  values,
51  "ᯀᯁᯂᯃᯄᯅᯆᯇᯈᯉ", // Sample characters
52  sentences
53 };
54 
56 
57 }; // end of namespace
58 
59 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
UINT32 values[]
Definition: Batak.h:26
Definition: OrthographyData.h:28
Definition: Batak.h:21
OrthographyData data
Definition: Batak.h:46
const OrthographyData * pData
Definition: Batak.h:55
const char * sentences[]
Definition: Batak.h:37
#define END_OF_DATA
Definition: OrthographyData.h:23