1 /***************************************************************************/
2 /*                                                                         */
3 /*  afranges.h                                                             */
4 /*                                                                         */
5 /*    Auto-fitter Unicode script ranges (specification).                   */
6 /*                                                                         */
7 /*  Copyright 2013, 2014 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 #ifndef __AFRANGES_H__
20 #define __AFRANGES_H__
21 
22 
23 #include "aftypes.h"
24 
25 
26 FT_BEGIN_HEADER
27 
28 #undef  SCRIPT
29 #define SCRIPT( s, S, d, h, sc1, sc2, sc3 )                             \
30           extern const AF_Script_UniRangeRec  af_ ## s ## _uniranges[];
31 
32 #include "afscript.h"
33 
34  /* */
35 
36 FT_END_HEADER
37 
38 #endif /* __AFRANGES_H__ */
39 
40 
41 /* END */
42