FONTAINE
1.0
Main Page
Namespaces
Classes
Files
File List
File Members
src
ScriptCodes.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
12
//
13
// This file was originally part of the MADELINE 2 program
14
// written by Edward H. Trager and Ritu Khanna
15
// Copyright (c) 2005 by the
16
// Regents of the University of Michigan.
17
// Released under the GNU General Public License v. 2.0 or later.
18
//
20
//
21
// ScriptCodes.h
22
//
23
// 2006.08.05.ET
24
//
25
26
#ifndef SCRIPTCODES_INCLUDED
27
#define SCRIPTCODES_INCLUDED
28
29
enum
SCRIPTCODE
{
30
AGGREGATE
,
31
LATIN
,
32
ARABIC
,
33
BENGALI
,
34
DEVANAGARI
,
35
GURMUKHI
,
36
GUJARATI
,
37
ORIYA
,
38
TAMIL
,
39
TELUGU
,
40
KANNADA
,
41
MALAYALAM
,
42
SINHALA
,
43
THAI
,
44
LAO
,
45
TIBETAN
,
46
MYANMAR
,
47
KHMER
,
48
OTHER
,
49
NO_SCRIPT_CODE
50
};
51
52
#endif
53
Generated by
1.8.4