blob: 96894a5b4fa214f8fc92b6c2f6ed0f0fc0f4567a [file] [log] [blame]
Werner Lemberg7fa51b52000-07-08 19:51:42 +00001/***************************************************************************/
2/* */
Werner Lemberg90d99642000-12-09 00:45:38 +00003/* raster.c */
Werner Lemberg7fa51b52000-07-08 19:51:42 +00004/* */
David Turnera4e28942000-10-26 00:30:33 +00005/* FreeType monochrome rasterer module component (body only). */
Werner Lemberg7fa51b52000-07-08 19:51:42 +00006/* */
7/* Copyright 1996-2000 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
David Turner2dfb5ac2000-01-27 14:02:04 +000018
David Turnera4e28942000-10-26 00:30:33 +000019#define FT_MAKE_OPTION_SINGLE_OBJECT
David Turner2dfb5ac2000-01-27 14:02:04 +000020
David Turner19ed8af2000-12-08 02:42:29 +000021#include <ft2build.h>
22#include FT_SOURCE_FILE(raster,ftraster.c)
23#include FT_SOURCE_FILE(raster,ftrend1.c)
Werner Lembergc713d922000-08-01 13:17:04 +000024
25
Werner Lemberg7fa51b52000-07-08 19:51:42 +000026/* END */