Minor.
[ttfautohint.git] / lib / tascript.c
blobfa040886f0868fcedc4588db2a3f7c99c9ae79e7
1 /* tascript.c */
3 /*
4 * Copyright (C) 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.
15 #include "ta.h"
18 #undef SCRIPT
19 #define SCRIPT(s, S, d, h, sc1, sc2, sc3) #s,
21 const char* script_names[] =
24 #include <ttfautohint-scripts.h>
28 /* end of tascript.c */