blob: eb2c4edb7ec8c5e31190f98f5f2a987db58d44fd [file] [log] [blame]
David Turner609e28c2002-04-19 15:13:47 +00001/***************************************************************************/
2/* */
3/* pfr.c */
4/* */
Werner Lembergfadb6be2002-04-20 05:38:33 +00005/* FreeType PFR driver component. */
David Turner609e28c2002-04-19 15:13:47 +00006/* */
Werner Lembergfadb6be2002-04-20 05:38:33 +00007/* Copyright 2002 by */
David Turner609e28c2002-04-19 15:13:47 +00008/* 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
18#define FT_MAKE_OPTION_SINGLE_OBJECT
19
20#include <ft2build.h>
21
22#include "pfrload.c"
23#include "pfrgload.c"
24#include "pfrcmap.c"
25#include "pfrobjs.c"
26#include "pfrdrivr.c"
David Turner80171e02002-10-05 14:57:03 +000027#include "pfrsbit.c"
David Turner609e28c2002-04-19 15:13:47 +000028
29/* END */