meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
en:quick_reference_text [2021/04/08 05:29]
JSCAD Project
en:quick_reference_text [2022/05/02 08:06] (current)
JSCAD Project
Line 9: Line 9:
 ^  Function  ^  Notes  ^ ^  Function  ^  Notes  ^
 | let vectorCharObject = vectorChar({ xOffset: 10, yOffset: 50, height: 18, input: '!' })  | [[https://www.openjscad.xyz/docs/module-modeling_transforms.html#.vectorChar | API]]  | | let vectorCharObject = vectorChar({ xOffset: 10, yOffset: 50, height: 18, input: '!' })  | [[https://www.openjscad.xyz/docs/module-modeling_transforms.html#.vectorChar | API]]  |
-| let vectorCharObject = vectorText({ xOffset: 10, yOffset: 50, height: 18, input: 'line1\nline2' })  | [[https://www.openjscad.xyz/docs/module-modeling_transforms.html#.vectorText | API]]  |+| let arrayOfSegments = vectorText({ xOffset: 10, yOffset: 50, height: 18, input: 'line1\nline2' })  | [[https://www.openjscad.xyz/docs/module-modeling_transforms.html#.vectorText | API]]  |