FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Limbu.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
// Limbu.h
12
//
13
14
#ifndef ORTHOGRAPHY_DATA
15
#include "../OrthographyData.h"
16
#endif
17
18
#ifndef LIMBU
19
#define LIMBU
20
21
namespace
Limbu{
22
23
//
24
// Unicode values
25
//
26
UINT32
values
[]={
27
START_RANGE_PAIR
,
28
0x1900,0x191C,
29
START_RANGE_PAIR
,
30
0x1920,0x192B,
31
START_RANGE_PAIR
,
32
0x1930,0x193B,
33
0x1940,
34
START_RANGE_PAIR
,
35
0x1944,0x194F,
36
END_OF_DATA
37
};
38
39
//
40
// Sample sentences
41
//
42
const
char
*
sentences
[]={
43
"ᤁᤂᤃ"
,
44
END_OF_DATA
45
};
46
47
48
//
49
//
50
//
51
OrthographyData
data
={
52
"Limbu"
,
// Common name
53
""
,
// Native name
54
0x1901,
// key
55
values
,
56
"ᤁᤂᤃ"
,
// Sample characters
57
sentences
58
};
59
60
const
OrthographyData
*
pData
= &
data
;
61
62
};
// end of namespace
63
64
#endif
Generated by
1.8.1.1