windows-nt/Source/XPSP1/NT/drivers/tpg/hwx/zilla/inc/jumbotool.h
2020-09-26 16:20:57 +08:00

23 lines
474 B
C

/**************************************************************************\
* FILE: jumbotool.h
*
* Lists functions Zilla exports to its tools that are related to jumbo but nothing else.
\**************************************************************************/
#ifndef JUMBOTOOL_H
#define JUMBOTOOL_H
#ifdef __cplusplus
extern "C" {
#endif
// Featurize ink
int JumboFeaturize(GLYPH **glyph, BIGPRIM *rgprim);
#ifdef __cplusplus
};
#endif
#endif // JUMBOTOOL_H