FONTAINE  1.0
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 {
44  LAO,
50 };
51 
52 #endif
53 
Definition: ScriptCodes.h:31
Definition: ScriptCodes.h:34
Definition: ScriptCodes.h:35
Definition: ScriptCodes.h:49
SCRIPTCODE
Definition: ScriptCodes.h:29
Definition: ScriptCodes.h:44
Definition: ScriptCodes.h:42
Definition: ScriptCodes.h:46
Definition: ScriptCodes.h:36
Definition: ScriptCodes.h:38
Definition: ScriptCodes.h:39
Definition: ScriptCodes.h:32
Definition: ScriptCodes.h:37
Definition: ScriptCodes.h:33
Definition: ScriptCodes.h:30
Definition: ScriptCodes.h:41
Definition: ScriptCodes.h:45
Definition: ScriptCodes.h:47
Definition: ScriptCodes.h:43
Definition: ScriptCodes.h:48
Definition: ScriptCodes.h:40