tahoma2d/toonz/sources/toonzlib/sandor_fxs/calligraph.h

11 lines
191 B
C
Raw Normal View History

2016-03-19 06:57:51 +13:00
#ifndef __CALLIGRAPH_H_
#define __CALLIGRAPH_H_
int calligraph(RASTER *, RASTER *, const int border,
int argc, const char *argv[],
const int shrink, bool isOutBorder);
#endif