FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
Gothic.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
// Gothic.h
12
//
13
14
#ifndef ORTHOGRAPHY_DATA
15
#include "../OrthographyData.h"
16
#endif
17
18
#ifndef GOTHIC
19
#define GOTHIC
20
21
namespace
Gothic{
22
23
//
24
// Unicode values
25
//
26
UINT32
values
[]={
27
START_RANGE_PAIR
,
28
0x10330,0x1034A,
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
"Gothic"
,
// Common name
46
"π²πΏππΉππΊ"
,
// Native name
47
0x10330,
// key
48
values
,
49
"π°π±π²π³π΄π΅"
,
// Sample characters
50
sentences
51
};
52
53
const
OrthographyData
*
pData
= &
data
;
54
55
};
// end of namespace
56
57
#endif
Generated by
1.8.3.1