blob: ce8daa1678e6b4fbfcc0061ff91f923b7c47e1b9 [file] [log] [blame]
David Turner3469d0d2000-07-19 20:02:14 +00001/***************************************************************************/
2/* */
3/* ahmodule.h */
4/* */
Werner Lembergc3dd1512000-07-26 14:11:15 +00005/* Auto-hinting module (declaration). */
David Turner3469d0d2000-07-19 20:02:14 +00006/* */
Werner Lembergc3dd1512000-07-26 14:11:15 +00007/* Copyright 2000 Catharon Productions Inc. */
David Turner3469d0d2000-07-19 20:02:14 +00008/* 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 */
Werner Lembergc3dd1512000-07-26 14:11:15 +000013/* `CatharonLicense.txt'. By continuing to use, modify, or distribute */
David Turner3469d0d2000-07-19 20:02:14 +000014/* this file you indicate that you have read the license and */
15/* understand and accept it fully. */
16/* */
Werner Lembergc3dd1512000-07-26 14:11:15 +000017/* Note that this license is compatible with the FreeType license. */
David Turner3469d0d2000-07-19 20:02:14 +000018/* */
19/***************************************************************************/
Werner Lembergc3dd1512000-07-26 14:11:15 +000020
21
Werner Lemberg90d99642000-12-09 00:45:38 +000022#ifndef __AHMODULE_H__
23#define __AHMODULE_H__
24
David Turner3469d0d2000-07-19 20:02:14 +000025
David Turner19ed8af2000-12-08 02:42:29 +000026#include <ft2build.h>
27#include FT_MODULE_H
David Turner3469d0d2000-07-19 20:02:14 +000028
Werner Lemberg90d99642000-12-09 00:45:38 +000029
David Turner19ed8af2000-12-08 02:42:29 +000030FT_BEGIN_HEADER
Werner Lembergc713d922000-08-01 13:17:04 +000031
Werner Lemberg90d99642000-12-09 00:45:38 +000032
Werner Lembergdc72aff2000-11-04 08:33:38 +000033 FT_CALLBACK_TABLE
34 const FT_Module_Class autohint_module_class;
David Turner3469d0d2000-07-19 20:02:14 +000035
Werner Lemberg90d99642000-12-09 00:45:38 +000036
David Turner19ed8af2000-12-08 02:42:29 +000037FT_END_HEADER
Werner Lembergc713d922000-08-01 13:17:04 +000038
Werner Lemberg90d99642000-12-09 00:45:38 +000039#endif /* __AHMODULE_H__ */
Werner Lembergc3dd1512000-07-26 14:11:15 +000040
41
42/* END */