FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
TaiTham.h
Go to the documentation of this file.
1
//
2
// The Fontaine Font Analysis Project
3
//
4
// Copyright (c) 2010 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
// TaiTham.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef TAI_THAM
20
#define TAI_THAM
21
22
namespace
TaiTham{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x1A20,0x1A5E,
30
START_RANGE_PAIR
,
31
0x1A60,0x1A7C,
32
START_RANGE_PAIR
,
33
0x1A7F,0x1A89,
34
START_RANGE_PAIR
,
35
0x1A90,0x1A99,
36
START_RANGE_PAIR
,
37
0x1AA0,0x1AAD,
38
END_OF_DATA
39
};
40
41
//
42
// Sample sentences
43
//
44
const
char
*
sentences
[]={
45
"ᨲᩫ᩠ᩅᨾᩮᩥᩬᨦ"
,
46
END_OF_DATA
47
};
48
49
50
//
51
//
52
//
53
OrthographyData
data
={
54
"Tai Tham (Lanna)"
,
// Common name
55
"ᨲᩫ᩠ᩅᨾᩮᩥᩬᨦ"
,
// Native name
56
0x1A20,
// TAI THAM LETTER HIGH KA
57
values
,
58
"ᨲᩫ᩠ᩅᨾᩮᩥᩬᨦ"
,
// Sample characters
59
sentences
60
};
61
62
const
OrthographyData
*
pData
= &
data
;
63
64
};
// end of namespace
65
66
#endif
Generated by
1.8.1.2