4 * Copyright (C) 2013-2014 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 `afwrtsys.h' (2013-Aug-05) from FreeType */
19 #ifndef __TAWRTSYS_H__
20 #define __TAWRTSYS_H__
22 /* Since preprocessor directives can't create other preprocessor */
23 /* directives, we have to include the header files manually. */
31 #ifdef FT_OPTION_AUTOFIT2
32 # include "talatin2.h"
35 #endif /* __TAWRTSYS_H__ */
38 /* The following part can be included multiple times. */
39 /* Define `WRITING_SYSTEM' as needed. */
42 /* Add new writing systems here. The arguments are the writing system */
43 /* name in lowercase and uppercase, respectively. */
45 WRITING_SYSTEM(dummy
, DUMMY
)
46 WRITING_SYSTEM(latin
, LATIN
)
48 WRITING_SYSTEM(cjk
, CJK
)
49 WRITING_SYSTEM(indic
, INDIC
)
51 #ifdef FT_OPTION_AUTOFIT2
52 WRITING_SYSTEM(latin2
, LATIN2
)
55 /* end of tawrtsys.h */