~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/TeX/libs/freetype2/src/sfnt/sfnt.c

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/***************************************************************************/
2
 
/*                                                                         */
3
 
/*  sfnt.c                                                                 */
4
 
/*                                                                         */
5
 
/*    Single object library component.                                     */
6
 
/*                                                                         */
7
 
/*  Copyright 1996-2001 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
 
 
18
 
 
19
 
#define FT_MAKE_OPTION_SINGLE_OBJECT
20
 
 
21
 
#include <ft2build.h>
22
 
#include "ttload.c"
23
 
#include "ttcmap.c"
24
 
#include "sfobjs.c"
25
 
#include "sfdriver.c"
26
 
 
27
 
#ifdef TT_CONFIG_OPTION_EMBEDDED_BITMAPS
28
 
#include "ttsbit.c"
29
 
#endif
30
 
 
31
 
#ifdef TT_CONFIG_OPTION_POSTSCRIPT_NAMES
32
 
#include "ttpost.c"
33
 
#endif
34
 
 
35
 
 
36
 
/* END */