Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
474 B

  1. /**************************************************************************\
  2. * FILE: jumbotool.h
  3. *
  4. * Lists functions Zilla exports to its tools that are related to jumbo but nothing else.
  5. \**************************************************************************/
  6. #ifndef JUMBOTOOL_H
  7. #define JUMBOTOOL_H
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. // Featurize ink
  12. int JumboFeaturize(GLYPH **glyph, BIGPRIM *rgprim);
  13. #ifdef __cplusplus
  14. };
  15. #endif
  16. #endif // JUMBOTOOL_H