Synchronize with FreeType. [2/2]
[ttfautohint.git] / lib / tascript.h
blobe58558e8297d179912198803887b4d2062e2a499
1 /* tascript.h */
3 /*
4 * Copyright (C) 2013 by Werner Lemberg.
6 * This file is part of the ttfautohint library, and may only be used,
7 * modified, and distributed under the terms given in `COPYING'. By
8 * continuing to use, modify, or distribute this file you indicate that you
9 * have read `COPYING' and understand and accept it fully.
11 * The file `COPYING' mentioned in the previous paragraph is distributed
12 * with the ttfautohint library.
16 /* originally file `afscript.h' (2013-Aug-05) from FreeType */
19 /* The following part can be included multiple times. */
20 /* Define `SCRIPT' as needed. */
23 /* Add new scripts here. */
25 SCRIPT(cyrl, CYRL)
26 SCRIPT(dflt, DFLT)
27 SCRIPT(grek, GREK)
28 SCRIPT(hebr, HEBR)
29 SCRIPT(latn, LATN)
30 #if 0
31 SCRIPT(deva, DEVA)
32 SCRIPT(hani, HANI)
33 #endif
34 #ifdef FT_OPTION_AUTOFIT2
35 SCRIPT(ltn2, LTN2)
36 #endif
38 /* end of tascript.h */