2000-07-02 02:27:53 +02:00
|
|
|
/***************************************************************************/
|
|
|
|
/* */
|
|
|
|
/* smooth.c */
|
|
|
|
/* */
|
|
|
|
/* FreeType anti-aliasing rasterer module component (body only). */
|
|
|
|
/* */
|
2001-06-28 19:49:10 +02:00
|
|
|
/* Copyright 1996-2001 by */
|
2000-07-02 02:27:53 +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-06-28 01:18:39 +02:00
|
|
|
#define FT_MAKE_OPTION_SINGLE_OBJECT
|
2000-07-02 02:27:53 +02:00
|
|
|
|
2000-12-08 03:42:29 +01:00
|
|
|
#include <ft2build.h>
|
2009-04-05 17:14:04 +02:00
|
|
|
#include "ftspic.c"
|
2001-03-20 12:14:24 +01:00
|
|
|
#include "ftgrays.c"
|
|
|
|
#include "ftsmooth.c"
|
2000-07-02 02:27:53 +02:00
|
|
|
|
2000-12-08 17:17:16 +01:00
|
|
|
|
2000-07-02 02:27:53 +02:00
|
|
|
/* END */
|