FONTAINE
1.0
src
orthographies
Lepcha.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
// Lepcha.h
12
//
13
14
#ifndef ORTHOGRAPHY_DATA
15
#include "../OrthographyData.h"
16
#endif
17
18
#ifndef LEPCHA
19
#define LEPCHA
20
21
namespace
Lepcha
{
22
23
//
24
// Unicode values
25
//
26
UINT32
values
[]={
27
START_RANGE_PAIR
,
28
0x1C00,0x1C37,
29
START_RANGE_PAIR
,
30
0x1C3B,0x1C49,
31
START_RANGE_PAIR
,
32
0x1C4D,0x1C4F,
33
END_OF_DATA
34
};
35
36
//
37
// Sample sentences
38
//
39
const
char
*
sentences
[]={
40
"ᰀᰁᰂ"
,
41
END_OF_DATA
42
};
43
44
45
//
46
//
47
//
48
OrthographyData
data
={
49
"Lepcha"
,
// Common name
50
""
,
// Native name
51
0x1C00,
// key
52
values
,
53
"ᰀᰁᰂ"
,
// Sample characters
54
sentences
55
};
56
57
const
OrthographyData
*
pData
= &
data
;
58
59
};
// end of namespace
60
61
#endif
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
OrthographyData
Definition:
OrthographyData.h:28
Lepcha
Definition:
Lepcha.h:21
Lepcha::values
UINT32 values[]
Definition:
Lepcha.h:26
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
Lepcha::data
OrthographyData data
Definition:
Lepcha.h:48
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
Lepcha::sentences
const char * sentences[]
Definition:
Lepcha.h:39
Lepcha::pData
const OrthographyData * pData
Definition:
Lepcha.h:57
Generated by
1.8.17