blob: 6ac61f76770ccbd26a563e7e983a22417f8b065e [file] [log] [blame]
David Turner4f99c3c2000-05-29 20:55:13 +00001/***************************************************************************/
2/* */
3/* cff.c */
4/* */
5/* FreeType OpenType driver component (body only). */
6/* */
Werner Lemberg78575dc2000-06-12 19:36:41 +00007/* Copyright 1996-2000 by */
David Turner4f99c3c2000-05-29 20:55:13 +00008/* David Turner, Robert Wilhelm, and Werner Lemberg. */
9/* */
Werner Lemberg78575dc2000-06-12 19:36:41 +000010/* This file is part of the FreeType project, and may only be used, */
11/* modified, and distributed under the terms of the FreeType project */
David Turner4f99c3c2000-05-29 20:55:13 +000012/* 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 Turner4f99c3c2000-05-29 20:55:13 +000019#define FT_MAKE_OPTION_SINGLE_OBJECT
20
David Turner19ed8af2000-12-08 02:42:29 +000021#include <ft2build.h>
David Turner8d3a4012001-03-20 11:14:24 +000022#include "cffdrivr.c"
23#include "cffparse.c"
24#include "cffload.c"
25#include "cffobjs.c"
26#include "cffgload.c"
Werner Lemberg78575dc2000-06-12 19:36:41 +000027
Werner Lembergcc069be2000-12-08 16:17:16 +000028
David Turner4f99c3c2000-05-29 20:55:13 +000029/* END */