(root)/
freetype-2.13.2/
src/
psaux/
psaux.c
       1  /****************************************************************************
       2   *
       3   * psaux.c
       4   *
       5   *   FreeType auxiliary PostScript driver component (body only).
       6   *
       7   * Copyright (C) 1996-2023 by
       8   * David Turner, Robert Wilhelm, and Werner Lemberg.
       9   *
      10   * This file is part of the FreeType project, and may only be used,
      11   * modified, and distributed under the terms of the FreeType project
      12   * license, LICENSE.TXT.  By continuing to use, modify, or distribute
      13   * this file you indicate that you have read the license and
      14   * understand and accept it fully.
      15   *
      16   */
      17  
      18  
      19  #define FT_MAKE_OPTION_SINGLE_OBJECT
      20  
      21  #include "afmparse.c"
      22  #include "psauxmod.c"
      23  #include "psconv.c"
      24  #include "psobjs.c"
      25  #include "t1cmap.c"
      26  #include "t1decode.c"
      27  #include "cffdecode.c"
      28  
      29  #include "psarrst.c"
      30  #include "psblues.c"
      31  #include "pserror.c"
      32  #include "psfont.c"
      33  #include "psft.c"
      34  #include "pshints.c"
      35  #include "psintrp.c"
      36  #include "psread.c"
      37  #include "psstack.c"
      38  
      39  
      40  /* END */