FONTAINE  1.0
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 //
29  0x10d0,0x10f0, // MKHEDRULI
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
38 };
39 
40 //
41 // Sample sentences
42 //
43 const char *sentences[]={
44  "ღმერთსი შემვედრე, ნუთუ კვლა დამხსნას სოფლისა შრომასა",
45  END_OF_DATA
46 };
47 
48 
49 //
50 //
51 //
53  "Georgian", // Common name
54  "ქართული დამწერლობა", // Native name
55  0x10d0, // GEORGIAN LETTER AN
56  values,
57  "აბგდვზთი", // Sample characters
58  sentences
59 };
60 
62 
63 }; // end of namespace
64 
65 #endif
const OrthographyData * pData
Definition: Georgian.h:61
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
Definition: Georgian.h:22
const char * sentences[]
Definition: Georgian.h:43
#define END_OF_DATA
Definition: OrthographyData.h:23
OrthographyData data
Definition: Georgian.h:52
UINT32 values[]
Definition: Georgian.h:27