FONTAINE  1.0
OldItalic.h
Go to the documentation of this file.
1 //
2 // OldItalic.h
3 //
4 // Contributed by christtrekker
5 // 2015.06.30
6 //
7 
8 #ifndef ORTHOGRAPHY_DATA
9 #include "../OrthographyData.h"
10 #endif
11 
12 #ifndef OLD_ITALIC
13 #define OLD_ITALIC
14 
15 namespace OldItalic{
16 
17 //
18 // Unicode values
19 //
22  0x10300,0x10323,
24 };
25 
26 //
27 // Sample sentences
28 //
29 const char *sentences[]={
30  "",
32 };
33 
34 
35 //
36 //
37 //
39  "Old Italic", // Common name
40  "", // Native name
41  0x10300, // key
42  values,
43  "",// Sample characters
44  sentences
45 };
46 
48 
49 }; // end of namespace
50 
51 #endif
const char * sentences[]
Definition: OldItalic.h:29
unsigned int UINT32
Definition: OrthographyData.h:19
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
UINT32 values[]
Definition: OldItalic.h:20
Definition: OrthographyData.h:28
Definition: OldItalic.h:15
const OrthographyData * pData
Definition: OldItalic.h:47
OrthographyData data
Definition: OldItalic.h:38
#define END_OF_DATA
Definition: OrthographyData.h:23