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