2000-07-01 16:06:46 +02:00
|
|
|
/***************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* psnames.c */
|
|
|
|
/* */
|
|
|
|
/* FreeType PSNames module component (body only). */
|
|
|
|
/* */
|
|
|
|
/* Copyright 1996-2000 by */
|
|
|
|
/* 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>
|
2000-12-13 20:55:11 +01:00
|
|
|
#include FT_SOURCE_FILE(psnames,psmodule.c)
|
2000-07-01 16:06:46 +02:00
|
|
|
|
|
|
|
|
|
|
|
/* END */
|