RIP, Vernon...
[ttfautohint.git] / lib / tascript.c
blob9f7e277d1090f3fcc9c40a7d64dd2e2c04ef2225
1 /* tascript.c */
3 /*
4 * Copyright (C) 2014-2016 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.
15 #include "ta.h"
18 #undef SCRIPT
19 #define SCRIPT(s, S, d, h, H, ss) #s,
21 const char* script_names[] =
24 #include <ttfautohint-scripts.h>
28 size_t script_names_size = sizeof (script_names) / sizeof (script_names[0]);
30 /* end of tascript.c */