blob: 2d301252f5d809a9ab1a23d912342153b98fdbca [file] [log] [blame]
Werner Lemberg8728f292000-08-23 17:32:42 +00001/***************************************************************************/
2/* */
3/* psaux.c */
4/* */
5/* FreeType auxiliary PostScript driver component (body only). */
6/* */
Werner Lemberg563ae782017-01-04 20:16:34 +01007/* Copyright 1996-2017 by */
Werner Lemberg8728f292000-08-23 17:32:42 +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
David Turner97488072000-08-22 22:36:33 +000019#define FT_MAKE_OPTION_SINGLE_OBJECT
Werner Lembergcc069be2000-12-08 16:17:16 +000020#include <ft2build.h>
Wu, Chia-I (吳佳一)4c6234d2006-01-23 10:46:38 +000021
Wu, Chia-I (吳佳一)108fdbb2006-01-16 15:35:56 +000022#include "afmparse.c"
Werner Lemberg99311752017-03-18 07:06:49 +010023#include "psauxmod.c"
Wu, Chia-I (吳佳一)108fdbb2006-01-16 15:35:56 +000024#include "psconv.c"
Werner Lemberg99311752017-03-18 07:06:49 +010025#include "psobjs.c"
26#include "t1cmap.c"
27#include "t1decode.c"
Werner Lembergcc069be2000-12-08 16:17:16 +000028
Ewald Hew62f095f2017-09-25 09:25:55 +020029#include "cf2arrst.c"
30#include "cf2blues.c"
31#include "cf2error.c"
32#include "cf2font.c"
33#include "cf2ft.c"
34#include "cf2hints.c"
35#include "cf2intrp.c"
36#include "cf2read.c"
37#include "cf2stack.c"
38
Werner Lemberg8728f292000-08-23 17:32:42 +000039
40/* END */