FONTAINE  1.0
MathematicalOperators.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 // Math.h
13 //
14 
15 #ifndef ORTHOGRAPHY_DATA
16 #include "../OrthographyData.h"
17 #endif
18 
19 #ifndef MATH_OPERATORS
20 #define MATH_OPERATORS
21 
22 namespace MathematicalOperators{
23 
24 //
25 // Unicode values
26 //
29  0x2200,0x22F1,
31 };
32 
33 //
34 // Sample sentences
35 //
36 const char *sentences[]={
37  "∂∈∉∫∬≠⊂⊗⋈⋂",
39 };
40 
41 
42 //
43 //
44 //
46  "Mathematical Operators", // Common name
47  "Mathematical Operators", // Native name
48  0x2208, // key
49  values,
50  "∂∈∉∫∬≠⊂⊗⋈⋂", // Sample characters
51  sentences
52 };
53 
55 
56 }; // end of namespace
57 
58 #endif
unsigned int UINT32
Definition: OrthographyData.h:19
UINT32 values[]
Definition: MathematicalOperators.h:27
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
Definition: OrthographyData.h:28
const char * sentences[]
Definition: MathematicalOperators.h:36
OrthographyData data
Definition: MathematicalOperators.h:45
const OrthographyData * pData
Definition: MathematicalOperators.h:54
#define END_OF_DATA
Definition: OrthographyData.h:23