Fix OTS warning about `maxp.maxSizeOfInstructions`.
[ttfautohint.git] / lib / taranges.h
blob5d6af6041015cb9a687e6cd9ad47ee2a86875255
1 /* taranges.h */
3 /*
4 * Copyright (C) 2014-2022 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 `afranges.h' (2014-Jan-11) from FreeType */
18 /* heavily modified 2014 by Werner Lemberg <wl@gnu.org> */
20 #ifndef TARANGES_H_
21 #define TARANGES_H_
24 #include "tatypes.h"
27 #undef SCRIPT
28 #define SCRIPT(s, S, d, h, H, ss) \
29 extern const TA_Script_UniRangeRec ta_ ## s ## _uniranges[];
31 #include "ttfautohint-scripts.h"
33 #undef SCRIPT
34 #define SCRIPT(s, S, d, h, H, ss) \
35 extern const TA_Script_UniRangeRec ta_ ## s ## _nonbase_uniranges[];
37 #include "ttfautohint-scripts.h"
39 #endif /* TARANGES_H_ */
41 /* end of taranges.h */