1 /***************************************************************************/
5 /* FreeType's TrueTypeGX/AAT validation module implementation */
8 /* Copyright 2004, 2005 by suzuki toshiya, Masatake YAMATO, Red Hat K.K., */
9 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
11 /* This file is part of the FreeType project, and may only be used, */
12 /* modified, and distributed under the terms of the FreeType project */
13 /* license, LICENSE.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 /***************************************************************************/
19 /***************************************************************************/
21 /* gxvalid is derived from both gxlayout module and otvalid module. */
22 /* Development of gxlayout is supported by the Information-technology */
23 /* Promotion Agency(IPA), Japan. */
25 /***************************************************************************/
37 #ifdef FT_CONFIG_OPTION_PIC
38 #error "this module does not support PIC yet"
42 FT_EXPORT_VAR( const FT_Module_Class
) gxv_module_class
;
47 #endif /* __GXVMOD_H__ */