FONTAINE
1.0
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
TaiTham
Definition:
TaiTham.h:22
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
OrthographyData
Definition:
OrthographyData.h:28
TaiTham::data
OrthographyData data
Definition:
TaiTham.h:53
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
TaiTham::values
UINT32 values[]
Definition:
TaiTham.h:27
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
TaiTham::pData
const OrthographyData * pData
Definition:
TaiTham.h:62
TaiTham::sentences
const char * sentences[]
Definition:
TaiTham.h:44
Generated by
1.8.17