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

« back to all changes in this revision

Viewing changes to build/TeX/libs/freetype2/include/freetype/internal/internal.h

  • 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
 
/*  internal.h                                                             */
4
 
/*                                                                         */
5
 
/*    Internal header files (specification only).                          */
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
 
  /*************************************************************************/
20
 
  /*                                                                       */
21
 
  /* This file is automatically included by `ft2build.h'.                  */
22
 
  /* Do not include it manually!                                           */
23
 
  /*                                                                       */
24
 
  /*************************************************************************/
25
 
 
26
 
 
27
 
#define FT_INTERNAL_OBJECTS_H             <freetype/internal/ftobjs.h>
28
 
#define FT_INTERNAL_STREAM_H              <freetype/internal/ftstream.h>
29
 
#define FT_INTERNAL_MEMORY_H              <freetype/internal/ftmemory.h>
30
 
#define FT_INTERNAL_EXTENSION_H           <freetype/internal/ftextend.h>
31
 
#define FT_INTERNAL_DEBUG_H               <freetype/internal/ftdebug.h>
32
 
#define FT_INTERNAL_CALC_H                <freetype/internal/ftcalc.h>
33
 
#define FT_INTERNAL_DRIVER_H              <freetype/internal/ftdriver.h>
34
 
#define FT_INTERNAL_EXTEND_H              <freetype/internal/ftextend.h>
35
 
 
36
 
#define FT_INTERNAL_SFNT_H                <freetype/internal/sfnt.h>
37
 
 
38
 
#define FT_INTERNAL_TRUETYPE_TYPES_H      <freetype/internal/tttypes.h>
39
 
#define FT_INTERNAL_TYPE1_TYPES_H         <freetype/internal/t1types.h>
40
 
#define FT_INTERNAL_CFF_TYPES_H           <freetype/internal/cfftypes.h>
41
 
#define FT_INTERNAL_FNT_TYPES_H           <freetype/internal/fnttypes.h>
42
 
 
43
 
#define FT_INTERNAL_POSTSCRIPT_NAMES_H    <freetype/internal/psnames.h>
44
 
#define FT_INTERNAL_POSTSCRIPT_AUX_H      <freetype/internal/psaux.h>
45
 
#define FT_INTERNAL_POSTSCRIPT_HINTS_H    <freetype/internal/pshints.h>
46
 
#define FT_INTERNAL_POSTSCRIPT_GLOBALS_H  <freetype/internal/psglobal.h>
47
 
 
48
 
#define FT_INTERNAL_AUTOHINT_H            <freetype/internal/autohint.h>
49
 
 
50
 
 
51
 
/* END */