Text Outline GHPython

Simple GHPython script to make text outlines
You can create outlined text as curves or surfaces like Rhino's TextObject command.
- Input parameters
- Text (string)
- Pln (plane)
- Italic (bool) / Italic=True
- Bold (bool) / Bold=True
- Font face(string)
- Size(number)
- Space(number)
- Horizontal align(int) / Left = 0, Center = 1, Right = 2
- Vertical aling(int) / Top = 0, Middle = 1, Bottom = 2
- Output
- crv = Outlined text curves
- srf = Outlined text surfaces
- Category:
License:
Resource Type
: Reviews