FONTAINE  1.0
MathematicalNumerals.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 // MathematicalNumerals.h
13 //
14 // contributed by christtrekker
15 //
16 
17 #ifndef ORTHOGRAPHY_DATA
18 #include "../OrthographyData.h"
19 #endif
20 
21 #ifndef MATH_NUMERALS
22 #define MATH_NUMERALS
23 
25 
26 //
27 // Unicode values
28 //
31  0x1D7CE,0x1D7FF,
33 };
34 
35 //
36 // Sample sentences
37 //
38 const char *sentences[]={
39  "",
41 };
42 
43 
44 //
45 //
46 //
48  "Mathematical Numerals", // Common name
49  "Mathematical Numerals", // Native name
50  0x1D7D1, // key
51  values,
52  "", // Sample characters
53  sentences
54 };
55 
57 
58 }; // end of namespace
59 
60 #endif
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
MathematicalNumerals::data
OrthographyData data
Definition: MathematicalNumerals.h:47
MathematicalNumerals::sentences
const char * sentences[]
Definition: MathematicalNumerals.h:38
MathematicalNumerals::pData
const OrthographyData * pData
Definition: MathematicalNumerals.h:56
OrthographyData
Definition: OrthographyData.h:28
MathematicalNumerals::values
UINT32 values[]
Definition: MathematicalNumerals.h:29
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
MathematicalNumerals
Definition: MathematicalNumerals.h:24
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition: OrthographyData.h:22