zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
gxvmod.h
Go to the documentation of this file.
1 /***************************************************************************/
2 /* */
3 /* gxvmod.h */
4 /* */
5 /* FreeType's TrueTypeGX/AAT validation module implementation */
6 /* (specification). */
7 /* */
8 /* Copyright 2004, 2005 by suzuki toshiya, Masatake YAMATO, Red Hat K.K., */
9 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
10 /* */
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. */
16 /* */
17 /***************************************************************************/
18 
19 /***************************************************************************/
20 /* */
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. */
24 /* */
25 /***************************************************************************/
26 
27 
28 #ifndef __GXVMOD_H__
29 #define __GXVMOD_H__
30 
31 #include <ft2build.h>
32 #include FT_MODULE_H
33 
34 
36 
37 #ifdef FT_CONFIG_OPTION_PIC
38 #error "this module does not support PIC yet"
39 #endif
40 
41 
43 
44 
46 
47 #endif /* __GXVMOD_H__ */
48 
49 
50 /* END */
#define FT_END_HEADER
Definition: ftheader.h:54
#define FT_EXPORT_VAR(x)
Definition: ftconfig.h:522
#define FT_BEGIN_HEADER
Definition: ftheader.h:36
FT_CALLBACK_TABLE_DEF const FT_Module_Class gxv_module_class
Definition: gxvmod.c:269