Single stroke

Hi:
Rhino “TextObject” command can create single stroke text, how to use C++ to create single stroke text? Is there a function that can be created?

Hi @yeye,

Use RhinoGetTextOutlines. See rhinoSdkUtilities.h for details.

– Dale