1 /***************************************************************************/
5 /* Glyph loader for the auto-hinting module (declaration only). */
7 /* Copyright 2000-2001, 2002 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 /***************************************************************************/
22 /*************************************************************************/
24 /* This defines the AH_GlyphLoader type; it is simply a typedef to */
27 /*************************************************************************/
30 #ifndef __AHLOADER_H__
31 #define __AHLOADER_H__
39 #include FT_INTERNAL_GLYPH_LOADER_H
41 #define AH_Load FT_GlyphLoad
42 #define AH_Loader FT_GlyphLoader
44 #define ah_loader_new FT_GlyphLoader_New
45 #define ah_loader_done FT_GlyphLoader_Done
46 #define ah_loader_reset FT_GlyphLoader_Reset
47 #define ah_loader_rewind FT_GlyphLoader_Rewind
48 #define ah_loader_create_extra FT_GlyphLoader_CreateExtra
49 #define ah_loader_check_points FT_GlyphLoader_CheckPoints
50 #define ah_loader_check_subglyphs FT_GlyphLoader_CheckSubGlyphs
51 #define ah_loader_prepare FT_GlyphLoader_Prepare
52 #define ah_loader_add FT_GlyphLoader_Add
53 #define ah_loader_copy_points FT_GlyphLoader_CopyPoints
58 #endif /* __AHLOADER_H__ */