14 lines
425 B
C++
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
|
|
|