FONTAINE
1.0
src
orthographies
Khmer.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
// Khmer.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef KHMER
20
#define KHMER
21
22
namespace
Khmer
{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x1780,0x17dc,
// Letters, vowels, etc.
30
START_RANGE_PAIR
,
31
0x17E0,0x17E9,
// Digits
32
END_OF_DATA
33
};
34
35
//
36
// Sample sentences
37
//
38
const
char
*
sentences
[]={
39
"ជំរាបសួរស្ដី"
,
40
END_OF_DATA
41
};
42
43
44
//
45
//
46
//
47
OrthographyData
data
={
48
"Khmer"
,
// Common name
49
"អក្សរខ្មែរ"
,
// Native name
50
0x1780,
// key
51
values
,
52
"កខគឃងចឆជ"
,
// Sample characters
53
sentences
54
};
55
56
const
OrthographyData
*
pData
= &
data
;
57
58
};
// end of namespace
59
60
#endif
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
Khmer::values
UINT32 values[]
Definition:
Khmer.h:27
OrthographyData
Definition:
OrthographyData.h:28
Khmer
Definition:
Khmer.h:22
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
Khmer::pData
const OrthographyData * pData
Definition:
Khmer.h:56
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
Khmer::sentences
const char * sentences[]
Definition:
Khmer.h:38
Khmer::data
OrthographyData data
Definition:
Khmer.h:47
Generated by
1.8.17