blob: f27a499123fb50ae36395bbc329f0baf29749933 [file] [log] [blame]
David Turner04aa8002000-06-01 03:27:48 +00001/***************************************************************************/
2/* */
Werner Lemberg90d99642000-12-09 00:45:38 +00003/* type1cid.c */
David Turner04aa8002000-06-01 03:27:48 +00004/* */
Werner Lemberge3c11d72000-06-16 06:49:56 +00005/* FreeType OpenType driver component (body only). */
David Turner04aa8002000-06-01 03:27:48 +00006/* */
Werner Lemberge3c11d72000-06-16 06:49:56 +00007/* Copyright 1996-2000 by */
David Turner04aa8002000-06-01 03:27:48 +00008/* David Turner, Robert Wilhelm, and Werner Lemberg. */
9/* */
Werner Lemberge3c11d72000-06-16 06:49:56 +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 Turner04aa8002000-06-01 03:27:48 +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/* */
David Turner04aa8002000-06-01 03:27:48 +000016/***************************************************************************/
17
Werner Lemberge3c11d72000-06-16 06:49:56 +000018
David Turner04aa8002000-06-01 03:27:48 +000019#define FT_MAKE_OPTION_SINGLE_OBJECT
20
Werner Lembergcc069be2000-12-08 16:17:16 +000021#include <ft2build.h>
22#include FT_SOURCE_FILE(cid,cidparse.c)
23#include FT_SOURCE_FILE(cid,cidload.c)
24#include FT_SOURCE_FILE(cid,cidobjs.c)
25#include FT_SOURCE_FILE(cid,cidriver.c)
26#include FT_SOURCE_FILE(cid,cidgload.c)
27
Werner Lemberge3c11d72000-06-16 06:49:56 +000028
29/* END */