/src/freetype/src/gxvalid/gxverror.h

https://bitbucket.org/cabalistic/ogredeps/ · C++ Header · 53 lines · 10 code · 12 blank · 31 comment · 0 complexity · c06a5df5bb81c457c0940d5568ee490d MD5 · raw file

  1. /***************************************************************************/
  2. /* */
  3. /* gxverror.h */
  4. /* */
  5. /* TrueTypeGX/AAT validation module error codes (specification only). */
  6. /* */
  7. /* Copyright 2004, 2005, 2012 */
  8. /* 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. /* 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. */
  23. /* */
  24. /***************************************************************************/
  25. /*************************************************************************/
  26. /* */
  27. /* This file is used to define the OpenType validation module error */
  28. /* enumeration constants. */
  29. /* */
  30. /*************************************************************************/
  31. #ifndef __GXVERROR_H__
  32. #define __GXVERROR_H__
  33. #include FT_MODULE_ERRORS_H
  34. #undef __FTERRORS_H__
  35. #undef FT_ERR_PREFIX
  36. #define FT_ERR_PREFIX GXV_Err_
  37. #define FT_ERR_BASE FT_Mod_Err_GXV
  38. #define FT_KEEP_ERR_PREFIX
  39. #include FT_ERRORS_H
  40. #endif /* __GXVERROR_H__ */
  41. /* END */