(root)/
freetype-2.13.2/
src/
gxvalid/
gxvalid.c
       1  /****************************************************************************
       2   *
       3   * gxvalid.c
       4   *
       5   *   FreeType validator for TrueTypeGX/AAT tables (body only).
       6   *
       7   * Copyright (C) 2005-2023 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  
      22  #include "gxvbsln.c"
      23  #include "gxvcommn.c"
      24  #include "gxvfeat.c"
      25  #include "gxvjust.c"
      26  #include "gxvkern.c"
      27  #include "gxvlcar.c"
      28  #include "gxvmod.c"
      29  #include "gxvmort.c"
      30  #include "gxvmort0.c"
      31  #include "gxvmort1.c"
      32  #include "gxvmort2.c"
      33  #include "gxvmort4.c"
      34  #include "gxvmort5.c"
      35  #include "gxvmorx.c"
      36  #include "gxvmorx0.c"
      37  #include "gxvmorx1.c"
      38  #include "gxvmorx2.c"
      39  #include "gxvmorx4.c"
      40  #include "gxvmorx5.c"
      41  #include "gxvopbd.c"
      42  #include "gxvprop.c"
      43  #include "gxvtrak.c"
      44  
      45  
      46  /* END */