FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
orthographies
ExtendedArabic.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
// ExtendedArabic.h
13
//
14
15
#ifndef ORTHOGRAPHY_DATA
16
#include "../OrthographyData.h"
17
#endif
18
19
#ifndef EXTENDED_ARABIC
20
#define EXTENDED_ARABIC
21
22
namespace
ExtendedArabic{
23
24
//
25
// Unicode values
26
//
27
UINT32
values
[]={
28
START_RANGE_PAIR
,
29
0x0672,0x06d3,
30
0x06d5,
31
START_RANGE_PAIR
,
32
0x06f0,0x06f9,
33
START_RANGE_PAIR
,
34
0x06fa,0x06fc,
35
END_OF_DATA
36
};
37
38
//
39
// Sample sentences
40
//
41
const
char
*
sentences
[]={
42
""
,
43
END_OF_DATA
44
};
45
46
47
//
48
//
49
//
50
OrthographyData
data
={
51
"Extended Arabic"
,
// Common name
52
"العربية"
,
// Native name
53
0x0686,
// ARABIC LETTER TCHEH
54
values
,
55
"ٹ پ څ چ ږ گ ړ ۍ ژ ټ"
,
// Sample characters
56
sentences
57
};
58
59
const
OrthographyData
*
pData
= &
data
;
60
61
};
// end of namespace
62
63
#endif
Generated by
1.8.4