FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Georgian.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
// Georgian.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef GEORGIAN
20
#define GEORGIAN
21
22
namespace
Georgian{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x10d0,0x10f0,
// MKHEDRULI
30
START_RANGE_PAIR
,
31
0x10a0,0x10c0,
// KHUTSURI MINUS ARCHAIC LETTERS
32
//START_RANGE_PAIR,
33
//0x10c1,0x10c5, // KHUTSURI ARCHAIC LETTERS missing in some fonts
34
//START_RANGE_PAIR,
35
//0x10f1,0x10f6, // MKHEDRULI ARCHAIC LETTERS missing in some fonts
36
// 0x10fb, // GEORGIAN PARAGRAPH SEPARATOR missing in some fonts
37
END_OF_DATA
38
};
39
40
//
41
// Sample sentences
42
//
43
const
char
*
sentences
[]={
44
"ღმერთსი შემვედრე, ნუთუ კვლა დამხსნას სოფლისა შრომასა"
,
45
END_OF_DATA
46
};
47
48
49
//
50
//
51
//
52
OrthographyData
data
={
53
"Georgian"
,
// Common name
54
"ქართული დამწერლობა"
,
// Native name
55
0x10d0,
// GEORGIAN LETTER AN
56
values
,
57
"აბგდვზთი"
,
// Sample characters
58
sentences
59
};
60
61
const
OrthographyData
*
pData
= &
data
;
62
63
};
// end of namespace
64
65
#endif
Generated by
1.8.3.1