FONTAINE 1.0
ScriptCodes.h
Go to the documentation of this file.
00001 //
00002 // The Fontaine Font Analysis Project 
00003 // 
00004 // Copyright (c) 2009 by Edward H. Trager
00005 // All Rights Reserved
00006 // 
00007 // Released under the GNU GPL version 2.0 or later.
00008 //     
00009 
00010 
00012 //
00013 // This file was originally part of the MADELINE 2 program
00014 // written by Edward H. Trager and Ritu Khanna
00015 // Copyright (c) 2005 by the
00016 // Regents of the University of Michigan.
00017 // Released under the GNU General Public License v. 2.0 or later.
00018 //
00020 //
00021 // ScriptCodes.h
00022 //
00023 // 2006.08.05.ET
00024 //
00025 
00026 #ifndef SCRIPTCODES_INCLUDED
00027 #define SCRIPTCODES_INCLUDED
00028 
00029 enum SCRIPTCODE {
00030         AGGREGATE,
00031         LATIN,
00032         ARABIC,
00033         BENGALI,
00034         DEVANAGARI,
00035         GURMUKHI,
00036         GUJARATI,
00037         ORIYA,
00038         TAMIL,
00039         TELUGU,
00040         KANNADA,
00041         MALAYALAM,
00042         SINHALA,
00043         THAI,
00044         LAO,
00045         TIBETAN,
00046         MYANMAR,
00047         KHMER,
00048         OTHER,
00049         NO_SCRIPT_CODE
00050 };
00051 
00052 #endif
00053