FONTAINE
1.0
src
orthographies
Thaana.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
// Thaana.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef THAANA
20
#define THAANA
21
22
namespace
Thaana
{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x0780,0x07b0,
30
END_OF_DATA
31
};
32
33
//
34
// Sample sentences
35
//
36
const
char
*
sentences
[]={
37
// From http://en.wikipedia.org/wiki/Gaumii_salaam#Thaana:
38
"ޤައުމީ މިއެކުވެރިކަން މަތީ ތިބެގެން ކުރީމެ ސަލާމް"
,
39
END_OF_DATA
40
};
41
42
43
//
44
//
45
//
46
OrthographyData
data
={
47
"Thaana"
,
// Common name
48
"ތާނަ"
,
// Native name
49
0x0780,
// THAANA LETTER HAA
50
values
,
51
"ހ ށ ނ ރ ބ ޅ ކ އ"
,
// Sample characters
52
sentences
53
};
54
55
const
OrthographyData
*
pData
= &
data
;
56
57
};
// end of namespace
58
59
#endif
Thaana::values
UINT32 values[]
Definition:
Thaana.h:27
END_OF_DATA
#define END_OF_DATA
Definition:
OrthographyData.h:23
Thaana::data
OrthographyData data
Definition:
Thaana.h:46
Thaana
Definition:
Thaana.h:22
OrthographyData
Definition:
OrthographyData.h:28
Thaana::pData
const OrthographyData * pData
Definition:
Thaana.h:55
UINT32
unsigned int UINT32
Definition:
OrthographyData.h:19
START_RANGE_PAIR
#define START_RANGE_PAIR
Definition:
OrthographyData.h:22
Thaana::sentences
const char * sentences[]
Definition:
Thaana.h:36
Generated by
1.8.17