FONTAINE
1.0
src
orthographies
TaiViet.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
// TaiViet.h
12
//
13
14
#ifndef ORTHOGRAPHY_DATA
15
#include "../OrthographyData.h"
16
#endif
17
18
#ifndef TAIVIET
19
#define TAIVIET
20
21
namespace
TaiViet
{
22
23
//
24
// Unicode values
25
//
26
UINT32
values
[]={
27
START_RANGE_PAIR
,
28
0xAA80,0xAAC2,
29
START_RANGE_PAIR
,
30
0xAADB,0xAADF,
31
END_OF_DATA
32
};
33
34
//
35
// Sample sentences
36
//
37
const
char
*
sentences
[]={
38
"ꪀꪁꪂꪃꪄꪅꪆꪇꪈꪉ"
,
39
END_OF_DATA
40
};
41
42
43
//
44
//
45
//
46
OrthographyData
data
={
47
"Tai Viet"
,
// Common name
48
""
,
// Native name
49
0xAA80,
// key
50
values
,
51
"ꪀꪁꪂꪃꪄꪅꪆꪇꪈꪉ"
,
// Sample characters
52
sentences
53
};
54
55
const
OrthographyData
*
pData
= &
data
;
56
57
};
// end of namespace
58
59
#endif
TaiViet::pData
const OrthographyData * pData
Definition:
TaiViet.h:55
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
TaiViet::data
OrthographyData data
Definition:
TaiViet.h:46
TaiViet
Definition:
TaiViet.h:21
OrthographyData
Definition:
OrthographyData.h:28
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
TaiViet::sentences
const char * sentences[]
Definition:
TaiViet.h:37
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
TaiViet::values
UINT32 values[]
Definition:
TaiViet.h:26
Generated by
1.8.17