Files
create/src/Mod/Part/App/FT2FC.h
2013-03-22 09:38:32 -04:00

14 lines
425 B
C++

// Public header for FT2FC.cpp
#ifndef FT2FC_H
#define FT2FC_H
// public function
//std::vector <std::vector <Part::TopoShapeWirePy*> > FT2FC(const Py_UNICODE *unichars,
PyObject* FT2FC(const Py_UNICODE *unichars,
const size_t length,
const char *FontPath,
const char *FontName,
const float stringheight,
const int tracking);
#endif // FT2FC_H