Add missing file to `make dist'.
[ttfautohint.git] / lib / taranges.h
blob0560a99a5443b34e1e8a2ad9b1b8e07c6f08efd8
1 /* taranges.h */
3 /*
4 * Copyright (C) 2014-2015 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, sc1, sc2, sc3) \
29 extern const TA_Script_UniRangeRec ta_ ## s ## _uniranges[];
31 #include "ttfautohint-scripts.h"
33 #endif /* __TARANGES_H__ */
35 /* end of taranges.h */