FONTAINE
1.0
src
orthographies
Chakma.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
// Chakma.h
12
// 2015.06.30.ET
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef CHAKMA
20
#define CHAKMA
21
22
//
23
//
24
//
25
namespace
Chakma
{
26
27
//
28
// Unicode values
29
//
30
UINT32
values
[]={
31
START_RANGE_PAIR
,
32
0x11100,0x11134,
33
START_RANGE_PAIR
,
34
0x11136,0x11143,
35
END_OF_DATA
36
};
37
38
//
39
// Sample sentences
40
//
41
const
char
*
sentences
[]={
42
""
,
43
END_OF_DATA
44
};
45
46
47
//
48
//
49
//
50
OrthographyData
data
={
51
"Chakma"
,
52
""
,
53
0x11107,
// CHAKMA LETTER KAA
54
values
,
55
""
,
56
sentences
57
};
58
59
const
OrthographyData
*
pData
= &
data
;
60
61
};
// end of namespace
62
63
#endif
Chakma::pData
const OrthographyData * pData
Definition:
Chakma.h:59
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
OrthographyData
Definition:
OrthographyData.h:28
Chakma::sentences
const char * sentences[]
Definition:
Chakma.h:41
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
Chakma::data
OrthographyData data
Definition:
Chakma.h:50
Chakma
Definition:
Chakma.h:25
Chakma::values
UINT32 values[]
Definition:
Chakma.h:30
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
Generated by
1.8.17