2000-07-01 16:06:46 +02:00
|
|
|
/***************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* psnames.c */
|
|
|
|
/* */
|
|
|
|
/* FreeType PSNames module component (body only). */
|
|
|
|
/* */
|
2016-01-13 11:54:10 +01:00
|
|
|
/* Copyright 1996-2016 by */
|
2000-07-01 16:06:46 +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. */
|
|
|
|
/* */
|
|
|
|
/***************************************************************************/
|
|
|
|
|
|
|
|
|
2000-03-01 14:24:38 +01:00
|
|
|
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
2000-07-01 16:06:46 +02:00
|
|
|
|
2000-12-08 17:17:16 +01:00
|
|
|
#include <ft2build.h>
|
2009-04-05 17:18:03 +02:00
|
|
|
#include "pspic.c"
|
2001-03-20 12:14:24 +01:00
|
|
|
#include "psmodule.c"
|
2000-07-01 16:06:46 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* END */
|