FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Tibetan.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
// Tibetan.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef TIBETAN
20
#define TIBETAN
21
22
namespace
Tibetan{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x0f00,0x0f47,
30
START_RANGE_PAIR
,
31
0x0f49,0x0f6a,
32
START_RANGE_PAIR
,
33
0x0f71,0x0f7f,
34
START_RANGE_PAIR
,
35
0x0f80,0x0f8b,
36
START_RANGE_PAIR
,
37
0x0f90,0x0f97,
38
START_RANGE_PAIR
,
39
0x0f99,0x0fbc,
40
START_RANGE_PAIR
,
41
0x0fbe,0x0fcc,
42
0x0fcf,
43
END_OF_DATA
44
};
45
46
//
47
// Sample sentences
48
//
49
const
char
*
sentences
[]={
50
"བོད་སྐད་"
,
51
END_OF_DATA
52
};
53
54
55
//
56
//
57
//
58
OrthographyData
data
={
59
"Tibetan"
,
// Common name
60
"དབུ་ཅན་"
,
// Native name
61
0x0f40,
// TIBETAN LETTER KA
62
values
,
63
"ཀ ཁ ག གྷ ང ཅ ཆ ཇ"
,
// Sample characters
64
sentences
65
};
66
67
const
OrthographyData
*
pData
= &
data
;
68
69
};
// end of namespace
70
71
#endif
Generated by
1.8.1.1