blob: 019619922731f27ec5f553bfeb0ebd93c2577916 [file] [log] [blame]
Suzuki, Toshiya (鈴木俊哉)a4386212005-08-24 04:31:31 +00001/***************************************************************************/
2/* */
3/* gxverror.h */
4/* */
5/* TrueTypeGX/AAT validation module error codes (specification only). */
6/* */
7/* Copyright 2004, 2005 by suzuki toshiya, Masatake YAMATO, Red Hat K.K., */
8/* David Turner, Robert Wilhelm, and Werner Lemberg. */
9/* */
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. */
15/* */
16/***************************************************************************/
17
18/***************************************************************************/
Werner Lemberga4aa1c52005-08-31 22:39:23 +000019/* */
Suzuki, Toshiya (鈴木俊哉)a4386212005-08-24 04:31:31 +000020/* gxvalid is derived from both gxlayout module and otvalid module. */
Werner Lemberga4aa1c52005-08-31 22:39:23 +000021/* Development of gxlayout is supported by the Information-technology */
22/* Promotion Agency(IPA), Japan. */
23/* */
Suzuki, Toshiya (鈴木俊哉)a4386212005-08-24 04:31:31 +000024/***************************************************************************/
25
Werner Lemberga4aa1c52005-08-31 22:39:23 +000026
Suzuki, Toshiya (鈴木俊哉)a4386212005-08-24 04:31:31 +000027 /*************************************************************************/
28 /* */
29 /* This file is used to define the OpenType validation module error */
30 /* enumeration constants. */
31 /* */
32 /*************************************************************************/
33
34#ifndef __GXVERROR_H__
35#define __GXVERROR_H__
36
37#include FT_MODULE_ERRORS_H
38
39#undef __FTERRORS_H__
40
41#define FT_ERR_PREFIX GXV_Err_
42#define FT_ERR_BASE FT_Mod_Err_GXV
43
44#define FT_KEEP_ERR_PREFIX
45
46#include FT_ERRORS_H
47
48#endif /* __GXVERROR_H__ */
49
50
51/* END */