Fix OTS warning about `maxp.maxSizeOfInstructions`.
[ttfautohint.git] / lib / tablue.cin
blob6ea09447e157ec415b11345f71eb9e2846103c74
1 /* tablue.c */
3 /*
4  * Copyright (C) 2013-2022 by Werner Lemberg.
5  *
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.
10  *
11  * The file `COPYING' mentioned in the previous paragraph is distributed
12  * with the ttfautohint library.
13  */
16 /* originally file `afblue.c' (2013-Aug-28) from FreeType */
19 #include "tatypes.h"
22 const char ta_blue_strings[] =
24 @TA_BLUE_STRINGS_ARRAY@
28 /* stringsets are specific to styles */
29 const TA_Blue_StringRec ta_blue_stringsets[] =
31 @TA_BLUE_STRINGSETS_ARRAY@
35 /* end of tablue.c */