FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Baltic.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
// Baltic.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef BALTIC
20
#define BALTIC
21
22
namespace
Baltic{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
0x0100,
29
0x0101,
30
0x0104,
31
0x0105,
32
0x010C,
33
0x010D,
34
0x0112,
35
0x0113,
36
0x0116,
37
0x0117,
38
0x0118,
39
0x0119,
40
0x0122,
41
0x0123,
42
0x012A,
43
0x012B,
44
0x012E,
45
0x012F,
46
0x0136,
47
0x0137,
48
0x013B,
49
0x013C,
50
0x0145,
51
0x0146,
52
0x0160,
53
0x0161,
54
0x016A,
55
0x016B,
56
0x017D,
57
0x017E,
58
0x014C,
59
0x014D,
60
0x0156,
61
0x0157,
62
0x016A,
63
0x016B,
64
0x0172,
65
0x0173,
66
0x017D,
67
0x017E,
68
END_OF_DATA
69
};
70
71
//
72
// Sample sentences
73
//
74
const
char
*
sentences
[]={
75
"Įlinkdama fechtuotojo špaga sublykčiojusi pragręžė apvalų arbūzą."
,
76
"Sarkanās jūrascūciņas peld pa jūru."
,
77
END_OF_DATA
78
};
79
80
81
//
82
//
83
//
84
OrthographyData
data
={
85
"Baltic"
,
86
"Baltic"
,
87
0x0136,
// LATIN CAPITAL LETTER K WITH CEDILLA
88
values
,
89
"ĀāĄąčĖęīĶļŅšž"
,
90
sentences
91
};
92
93
const
OrthographyData
*
pData
= &
data
;
94
95
};
// end of namespace
96
97
#endif
Generated by
1.8.1.1