Bringing apdf from vendor into main branch.
[AROS-Contrib.git] / apdf / freetype2 / autohint / autohint.c
blob3783a82d96002d610f2b6b438eccc38c17999351
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 /***************************************************************************/
22 #define FT_MAKE_OPTION_SINGLE_OBJECT
24 #include <ft2build.h>
25 #include "ahangles.c"
26 #include "ahglyph.c"
27 #include "ahglobal.c"
28 #include "ahhint.c"
29 #include "ahmodule.c"
32 /* END */