/src/freetype/src/gxvalid/gxvmorx.h

https://bitbucket.org/cabalistic/ogredeps/ · C++ Header · 67 lines · 27 code · 16 blank · 24 comment · 0 complexity · c8b41d86a3a6af0bd7f0af96627123bf MD5 · raw file

  1. /***************************************************************************/
  2. /* */
  3. /* gxvmorx.h */
  4. /* */
  5. /* TrueTypeGX/AAT common definition for morx table (specification). */
  6. /* */
  7. /* Copyright 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. /* */
  19. /* gxvalid is derived from both gxlayout module and otvalid module. */
  20. /* Development of gxlayout is supported by the Information-technology */
  21. /* Promotion Agency(IPA), Japan. */
  22. /* */
  23. /***************************************************************************/
  24. #ifndef __GXVMORX_H__
  25. #define __GXVMORX_H__
  26. #include "gxvalid.h"
  27. #include "gxvcommn.h"
  28. #include "gxvmort.h"
  29. #include FT_SFNT_NAMES_H
  30. FT_LOCAL( void )
  31. gxv_morx_subtable_type0_validate( FT_Bytes table,
  32. FT_Bytes limit,
  33. GXV_Validator valid );
  34. FT_LOCAL( void )
  35. gxv_morx_subtable_type1_validate( FT_Bytes table,
  36. FT_Bytes limit,
  37. GXV_Validator valid );
  38. FT_LOCAL( void )
  39. gxv_morx_subtable_type2_validate( FT_Bytes table,
  40. FT_Bytes limit,
  41. GXV_Validator valid );
  42. FT_LOCAL( void )
  43. gxv_morx_subtable_type4_validate( FT_Bytes table,
  44. FT_Bytes limit,
  45. GXV_Validator valid );
  46. FT_LOCAL( void )
  47. gxv_morx_subtable_type5_validate( FT_Bytes table,
  48. FT_Bytes limit,
  49. GXV_Validator valid );
  50. #endif /* __GXVMORX_H__ */
  51. /* END */