windows-nt/Source/XPSP1/NT/drivers/tpg/hwx/zilla/inc/jumbotool.h

23 lines
474 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/**************************************************************************\
* 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