Fix OTS warning about `maxp.maxSizeOfInstructions`.
[ttfautohint.git] / lib / tascript.c
blobc9163e5bc33c1435365144aeebd42bac24be38f8
1 /* tascript.c */
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.
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 */