Multiline Text Outline GHPython
(by SanghoonYoon)

Resource File

Downloads:
887
Support Email

Simple GHPython script to make text outlines

You can create outlined text as curves or surfaces like Rhino's TextObject command.

# updated to use multiline

 

 

  • 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
    • crvs = Outlined text curves
    • srfs = Outlined text surfaces

 

 

 

Resource Type
:
License Cost:
Reviews