FONTAINE  1.0
MeroiticHieroglyphs.h
Go to the documentation of this file.
1 //
2 // The Fontaine Font Analysis Project
3 //
4 // Copyright (c) 2009, 2011, 2014 by Edward H. Trager
5 // All Rights Reserved
6 //
7 // Released under the GNU GPL version 2.0 or later.
8 //
9 
10 //
11 // MeroiticHieroglyphs.h
12 //
13 
14 #ifndef ORTHOGRAPHY_DATA
15 #include "../OrthographyData.h"
16 #endif
17 
18 #ifndef MEROITIC_HIEROGLYPHS
19 #define MEROITIC_HIEROGLYPHS
20 
22 
23 //
24 // Unicode values
25 //
28  0x10980,0x1099F,
30 };
31 
32 //
33 // Sample sentences
34 //
35 const char *sentences[]={
36  "",
38 };
39 
40 
41 //
42 //
43 //
45  "Meroitic Hieroglyphs", // Common name
46  "Meroitic Hieroglyphs", // Native name
47  0x10980, // key
48  values,
49  "𐦀𐦁𐦂𐦃𐦄𐦅", // Sample characters
50  sentences
51 };
52 
54 
55 }; // end of namespace
56 
57 #endif
END_OF_DATA
#define END_OF_DATA
Definition: OrthographyData.h:23
MeroiticHieroglyphs
Definition: MeroiticHieroglyphs.h:21
OrthographyData
Definition: OrthographyData.h:28
MeroiticHieroglyphs::sentences
const char * sentences[]
Definition: MeroiticHieroglyphs.h:35
UINT32
unsigned int UINT32
Definition: OrthographyData.h:19
MeroiticHieroglyphs::values
UINT32 values[]
Definition: MeroiticHieroglyphs.h:26
MeroiticHieroglyphs::pData
const OrthographyData * pData
Definition: MeroiticHieroglyphs.h:53
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition: OrthographyData.h:22
MeroiticHieroglyphs::data
OrthographyData data
Definition: MeroiticHieroglyphs.h:44