1 /***************************************************************************/ 2 /* */ 3 /* gxvalid.c */ 4 /* */ 5 /* FreeType validator for TrueTypeGX/AAT tables (body only). */ 6 /* */ 7 /* Copyright 2005-2018 by */ 8 /* suzuki toshiya, Masatake YAMATO, Red Hat K.K., */ 9 /* David Turner, Robert Wilhelm, and Werner Lemberg. */ 10 /* */ 11 /* This file is part of the FreeType project, and may only be used, */ 12 /* modified, and distributed under the terms of the FreeType project */ 13 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */ 14 /* this file you indicate that you have read the license and */ 15 /* understand and accept it fully. */ 16 /* */ 17 /***************************************************************************/ 18 19 20 #define FT_MAKE_OPTION_SINGLE_OBJECT 21 #include <ft2build.h> 22 23 #include "gxvbsln.c" 24 #include "gxvcommn.c" 25 #include "gxvfeat.c" 26 #include "gxvjust.c" 27 #include "gxvkern.c" 28 #include "gxvlcar.c" 29 #include "gxvmod.c" 30 #include "gxvmort.c" 31 #include "gxvmort0.c" 32 #include "gxvmort1.c" 33 #include "gxvmort2.c" 34 #include "gxvmort4.c" 35 #include "gxvmort5.c" 36 #include "gxvmorx.c" 37 #include "gxvmorx0.c" 38 #include "gxvmorx1.c" 39 #include "gxvmorx2.c" 40 #include "gxvmorx4.c" 41 #include "gxvmorx5.c" 42 #include "gxvopbd.c" 43 #include "gxvprop.c" 44 #include "gxvtrak.c" 45 46 47 /* END */ 48