]>
git.saurik.com Git - wxWidgets.git/blob - src/freetype/autohint/ahmodule.h
1 /***************************************************************************/
5 /* Auto-hinting module (declaration). */
7 /* Copyright 2000 Catharon Productions Inc. */
8 /* Author: David Turner */
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. */
17 /* Note that this license is compatible with the FreeType license. */
19 /***************************************************************************/
25 #include <freetype/ftmodule.h>
27 FT_EXPORT_VAR( const FT_Module_Class
) autohint_module_class
;
29 #endif /* AHMODULE_H */