freetype2/src/pshinter/pshinter.c

30 lines
1.4 KiB
C
Raw Normal View History

2001-10-18 13:38:43 +02:00
/***************************************************************************/
/* */
/* pshinter.c */
/* */
/* FreeType PostScript Hinting module */
2001-10-18 13:38:43 +02:00
/* */
2017-01-04 20:16:34 +01:00
/* Copyright 2001-2017 by */
2001-10-18 13:38:43 +02:00
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
/* modified, and distributed under the terms of the FreeType project */
/* license, LICENSE.TXT. By continuing to use, modify, or distribute */
/* this file you indicate that you have read the license and */
/* understand and accept it fully. */
/* */
/***************************************************************************/
#define FT_MAKE_OPTION_SINGLE_OBJECT
#include <ft2build.h>
#include "pshpic.c"
#include "pshrec.c"
2001-10-18 13:38:43 +02:00
#include "pshglob.c"
#include "pshalgo.c"
2001-10-18 13:38:43 +02:00
#include "pshmod.c"
/* END */