~oif-team/ubuntu/natty/qt4-x11/xi2.1

« back to all changes in this revision

Viewing changes to src/3rdparty/freetype/src/autohint/autohint.c

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-08-24 04:09:09 UTC
  • Revision ID: james.westby@ubuntu.com-20050824040909-xmxe9jfr4a0w5671
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************/
 
2
/*                                                                         */
 
3
/*  autohint.c                                                             */
 
4
/*                                                                         */
 
5
/*    Automatic Hinting wrapper (body only).                               */
 
6
/*                                                                         */
 
7
/*  Copyright 2000-2001 Catharon Productions Inc.                          */
 
8
/*  Author: David Turner                                                   */
 
9
/*                                                                         */
 
10
/*  This file is part of the Catharon Typography Project and shall only    */
 
11
/*  be used, modified, and distributed under the terms of the Catharon     */
 
12
/*  Open Source License that should come with this file under the name     */
 
13
/*  `CatharonLicense.txt'.  By continuing to use, modify, or distribute    */
 
14
/*  this file you indicate that you have read the license and              */
 
15
/*  understand and accept it fully.                                        */
 
16
/*                                                                         */
 
17
/*  Note that this license is compatible with the FreeType license.        */
 
18
/*                                                                         */
 
19
/***************************************************************************/
 
20
 
 
21
 
 
22
#define FT_MAKE_OPTION_SINGLE_OBJECT
 
23
 
 
24
#include <ft2build.h>
 
25
#include "ahangles.c"
 
26
#include "ahglyph.c"
 
27
#include "ahglobal.c"
 
28
#include "ahhint.c"
 
29
#include "ahmodule.c"
 
30
 
 
31
 
 
32
/* END */