FONTAINE  1.0
MathematicalLatin.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 // MathematicalLatin.h
13 //
14 // contributed by christtrekker
15 //
16 
17 #ifndef ORTHOGRAPHY_DATA
18 #include "../OrthographyData.h"
19 #endif
20 
21 #ifndef MATH_LATIN
22 #define MATH_LATIN
23 
25 
26 //
27 // Unicode values
28 //
31  0x1D400,0x1D454,
32  0x210E,
34  0x1D456,0x1D49C,
35  0x212C,
36  0x1D49E,
37  0x1D49F,
38  0x2130,
39  0x2131,
40  0x1D4A2,
41  0x210B,
42  0x2110,
43  0x1D4A5,
44  0x1D4A6,
45  0x2112,
46  0x2133,
48  0x1D4A9,0x1D4AC,
49  0x211B,
51  0x1D4AE,0x1D4B9,
52  0x212F,
53  0x1D4BB,
54  0x210A,
56  0x1D4BD,0x1D4C3,
57  0x2134,
59  0x1D4C5,0x1D505,
60  0x212D,
62  0x1D507,0x1D50A,
63  0x210C,
64  0x2111,
66  0x1D50D,0x1D514,
67  0x211C,
69  0x1D516,0x1D51C,
70  0x2128,
72  0x1D51E,0x1D539,
73  0x2102,
75  0x1D53B,0x1D53E,
76  0x210D,
78  0x1D540,0x1D544,
79  0x2115,
80  0x1D546,
81  0x2119,
82  0x211A,
83  0x211D,
85  0x1D54A,0x1D550,
86  0x2124,
88  0x1D552,0x1D56B,
90 };
91 
92 //
93 // Sample sentences
94 //
95 const char *sentences[]={
96  "",
98 };
99 
100 
101 //
102 //
103 //
105  "Mathematical Latin", // Common name
106  "Mathematical Latin", // Native name
107  0x2102, // key
108  values,
109  "", // Sample characters
110  sentences
111 };
112 
114 
115 }; // end of namespace
116 
117 #endif
OrthographyData data
Definition: MathematicalLatin.h:104
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
UINT32 values[]
Definition: MathematicalLatin.h:29
Definition: OrthographyData.h:28
Definition: MathematicalLatin.h:24
const OrthographyData * pData
Definition: MathematicalLatin.h:113
#define END_OF_DATA
Definition: OrthographyData.h:23
const char * sentences[]
Definition: MathematicalLatin.h:95