]>
git.saurik.com Git - wxWidgets.git/blob - src/freetype/autohint/ahglobal.h
1 /***************************************************************************/
5 /* Routines used to compute global metrics automatically */
8 /* Copyright 2000 Catharon Productions Inc. */
9 /* Author: David Turner */
11 /* This file is part of the Catharon Typography Project and shall only */
12 /* be used, modified, and distributed under the terms of the Catharon */
13 /* Open Source License that should come with this file under the name */
14 /* `CatharonLicense.txt'. By continuing to use, modify, or distribute */
15 /* this file you indicate that you have read the license and */
16 /* understand and accept it fully. */
18 /* Note that this license is compatible with the FreeType license. */
20 /***************************************************************************/
26 #ifdef FT_FLAT_COMPILE
32 #include <autohint/ahtypes.h>
37 #include <freetype/internal/ftobjs.h> /* for LOCAL_DEF/LOCAL_FUNC */
40 #define AH_IS_TOP_BLUE( b ) ( (b) == ah_blue_capital_top || \
41 (b) == ah_blue_small_top )
44 /* compute global metrics automatically */
46 FT_Error
ah_hinter_compute_globals( AH_Hinter
* hinter
);
49 #endif /* AHGLOBAL_H */