FONTAINE  1.0
ArchaicGreekLetters.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 // ArchaicGreekLetters.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef ARCHAIC_GREEK_LETTERS
20 #define ARCHAIC_GREEK_LETTERS
21 
23 
24 //
25 // Unicode values
26 //
28  0x0370,
29  0x0371,
30  0x0372,
31  0x0373,
32  0x0376,
33  0x0377,
35  0x03d8,0x03e1,
36  0x03f7,
37  0x03f8,
38  0x03fa,
39  0x03fb,
41 };
42 
43 //
44 // Sample sentences
45 //
46 const char *sentences[]={
47  "ϘϙϚϛϜϞϟϠϡ",
49 };
50 
51 
52 //
53 //
54 //
56  "Archaic Greek Letters", // Common name
57  "Archaic Greek Letters", // Native name
58  0x03e0, // Greek letter SAMPI
59  values,
60  "ϘϙϚϛϜϞϟϠϡ", // Sample characters
61  sentences
62 };
63 
65 
66 }; // end of namespace
67 
68 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
const char * sentences[]
Definition: ArchaicGreekLetters.h:46
Definition: ArchaicGreekLetters.h:22
const OrthographyData * pData
Definition: ArchaicGreekLetters.h:64
UINT32 values[]
Definition: ArchaicGreekLetters.h:27
#define END_OF_DATA
Definition: OrthographyData.h:23
OrthographyData data
Definition: ArchaicGreekLetters.h:55