FONTAINE
1.0
src
orthographies
Runic.h
Go to the documentation of this file.
1
//
2
// The Fontaine Font Analysis Project
3
//
4
// Copyright (c) 2009 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
// Runic.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef RUNIC
20
#define RUNIC
21
22
namespace
Runic
{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x16A0,0x16F0,
30
END_OF_DATA
31
};
32
33
//
34
// Sample sentences
35
//
36
const
char
*
sentences
[]={
37
"ᛏᚡᛆᛋ ᛒᚱᛁᛚᛚᛁᚵ ᛆᚿᛑ ᛏᚼᛂ ᛋᛚᛁᛏᚼᚤ ᛏᚫᚡᛂᛋ ᛑᛁᛑ ᚵᚤᚱᛂ ᛆᚿᛑ ᚵᛁᛘᛒᛚᛂ ᛁᚿ ᛏᚼᛂ ᚡᛆᛒᛂ"
,
38
END_OF_DATA
39
};
40
41
42
//
43
//
44
//
45
OrthographyData
data
={
46
"Runic"
,
// Common name
47
"ᚠᚢᚦᛆᚱᚴ"
,
// Native name
48
0x16A0,
// key
49
values
,
50
"ᚠᚡᚢᚣᚤᚥꘖᚧ"
,
// Sample characters
51
sentences
52
};
53
54
const
OrthographyData
*
pData
= &
data
;
55
56
};
// end of namespace
57
58
#endif
Runic::sentences
const char * sentences[]
Definition:
Runic.h:36
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
Runic
Definition:
Runic.h:22
Runic::data
OrthographyData data
Definition:
Runic.h:45
Runic::pData
const OrthographyData * pData
Definition:
Runic.h:54
Runic::values
UINT32 values[]
Definition:
Runic.h:27
OrthographyData
Definition:
OrthographyData.h:28
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
Generated by
1.8.17