]>
Commit | Line | Data |
---|---|---|
cabec872 RR |
1 | /***************************************************************************/ |
2 | /* */ | |
3 | /* ahmodule.h */ | |
4 | /* */ | |
5 | /* Auto-hinting module (declaration). */ | |
6 | /* */ | |
7 | /* Copyright 2000 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 | #ifndef AHMODULE_H | |
23 | #define AHMODULE_H | |
24 | ||
25 | #include <freetype/ftmodule.h> | |
26 | ||
27 | FT_EXPORT_VAR( const FT_Module_Class ) autohint_module_class; | |
28 | ||
29 | #endif /* AHMODULE_H */ | |
30 | ||
31 | ||
32 | /* END */ |