1 /***************************************************************************/
5 /* TrueTyeeGX/AAT table validation (specification only). */
7 /* Copyright 2005 by suzuki toshiya, Masatake YAMATO, Red Hat K.K., */
8 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
10 /* This file is part of the FreeType project, and may only be used, */
11 /* modified, and distributed under the terms of the FreeType project */
12 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
13 /* this file you indicate that you have read the license and */
14 /* understand and accept it fully. */
16 /***************************************************************************/
18 /***************************************************************************/
20 /* gxvalid is derived from both gxlayout module and otvalid module. */
21 /* Development of gxlayout is supported by the Information-technology */
22 /* Promotion Agency(IPA), Japan. */
24 /***************************************************************************/
31 #include FT_FREETYPE_H
33 #include "gxverror.h" /* must come before FT_INTERNAL_VALIDATE_H */
35 #include FT_INTERNAL_VALIDATE_H
36 #include FT_INTERNAL_STREAM_H
43 gxv_feat_validate( FT_Bytes table
,
49 gxv_bsln_validate( FT_Bytes table
,
55 gxv_trak_validate( FT_Bytes table
,
60 gxv_just_validate( FT_Bytes table
,
65 gxv_mort_validate( FT_Bytes table
,
70 gxv_morx_validate( FT_Bytes table
,
75 gxv_kern_validate( FT_Bytes table
,
80 gxv_kern_validate_classic( FT_Bytes table
,
86 gxv_opbd_validate( FT_Bytes table
,
91 gxv_prop_validate( FT_Bytes table
,
96 gxv_lcar_validate( FT_Bytes table
,
104 #endif /* __GXVALID_H__ */