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
Next revision
Previous revision
en:quick_reference_text [2020/12/01 04:39]
JSCAD Editor
en:quick_reference_text [2022/05/02 08:06] (current)
JSCAD Editor
Line 7: Line 7:
 </code> </code>
  
-^  Expansion   Notes  ^ +^  Function   Notes  ^ 
-| let vectorCharObject = vectorChar({ xOffset: 10, yOffset: 50, height: 18, input: '!' })  | [[https://www.jscad.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 arrayOfSegments = vectorText({ xOffset: 10, yOffset: 50, height: 18, input: 'line1\nline2' })  | [[https://www.openjscad.xyz/docs/module-modeling_transforms.html#.vectorText | API]]  |