FONTAINE  1.0
MathematicalGreek.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009, 2015 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 // MathematicalGreek.h
13 //
14 // contributed by christtrekker
15 //
16 
17 #ifndef ORTHOGRAPHY_DATA
18 #include "../OrthographyData.h"
19 #endif
20 
21 #ifndef MATH_GREEK
22 #define MATH_GREEK
23 
25 
26 //
27 // Unicode values
28 //
30  0x03F5,
31  0x03D1,
32  0x03F0,
33  0x03D5,
34  0x03F1,
35  0x03D6,
36  0x03DC,
37  0x03DD,
39  0x1D6A8,0x1D7CB,
41 };
42 
43 //
44 // Sample sentences
45 //
46 const char *sentences[]={
47  "",
48  END_OF_DATA
49 };
50 
51 
52 //
53 //
54 //
56  "Mathematical Greek", // Common name
57  "Mathematical Greek", // Native name
58  0x1D6D1, // key
59  values,
60  "", // Sample characters
61  sentences
62 };
63 
65 
66 }; // end of namespace
67 
68 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
const char * sentences[]
Definition: MathematicalGreek.h:46
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
UINT32 values[]
Definition: MathematicalGreek.h:29
Definition: OrthographyData.h:28
const OrthographyData * pData
Definition: MathematicalGreek.h:64
#define END_OF_DATA
Definition: OrthographyData.h:23
Definition: MathematicalGreek.h:24
OrthographyData data
Definition: MathematicalGreek.h:55