FONTAINE  1.0
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 //
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,
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.",
78 };
79 
80 
81 //
82 //
83 //
85  "Baltic",
86  "Baltic",
87  0x0136, // LATIN CAPITAL LETTER K WITH CEDILLA
88  values,
89  "ĀāĄąčĖęīĶļŅšž",
90  sentences
91 };
92 
94 
95 }; // end of namespace
96 
97 #endif
Baltic
Definition: Baltic.h:22
Baltic::sentences
const char * sentences[]
Definition: Baltic.h:74
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
Baltic::data
OrthographyData data
Definition: Baltic.h:84
OrthographyData
Definition: OrthographyData.h:28
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
Baltic::values
UINT32 values[]
Definition: Baltic.h:27
Baltic::pData
const OrthographyData * pData
Definition: Baltic.h:93