[FREETYPE]
[reactos.git] / reactos / lib / 3rdparty / freetype / src / autofit / afscript.h
1 /***************************************************************************/
2 /* */
3 /* afscript.h */
4 /* */
5 /* Auto-fitter scripts (specification only). */
6 /* */
7 /* Copyright 2013 by */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
9 /* */
10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */
15 /* */
16 /***************************************************************************/
17
18
19 /* The following part can be included multiple times. */
20 /* Define `SCRIPT' as needed. */
21
22
23 /* Add new scripts here. */
24
25 SCRIPT( cyrl, CYRL, "Cyrillic" )
26 SCRIPT( deva, DEVA, "Indic scripts" )
27 SCRIPT( dflt, DFLT, "no script" )
28 SCRIPT( grek, GREK, "Greek" )
29 SCRIPT( hani, HANI, "CJKV ideographs" )
30 SCRIPT( hebr, HEBR, "Hebrew" )
31 SCRIPT( latn, LATN, "Latin" )
32 #ifdef FT_OPTION_AUTOFIT2
33 SCRIPT( ltn2, LTN2, "Latin 2" )
34 #endif
35
36
37 /* END */