Synchronize front-ends with recent library changes.
[ttfautohint.git] / lib / ttfautohint-scripts.h
blob10a253126bada8958844c9d579782b586e796e72
1 /* ttfautohint-scripts.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, "Cyrillic")
26 SCRIPT(grek, GREK, "Greek")
27 SCRIPT(hebr, HEBR, "Hebrew")
28 SCRIPT(latn, LATN, "Latin")
29 SCRIPT(none, NONE, "no script")
30 #if 0
31 SCRIPT(deva, DEVA, "Indic scripts")
32 SCRIPT(hani, HANI, "CJKV ideographs")
33 #endif
34 #ifdef FT_OPTION_AUTOFIT2
35 SCRIPT(ltn2, LTN2, "Latin 2")
36 #endif
38 /* end of ttfautohint-scripts.h */