Creates a sketch text.
"sketchTexts_var" is a variable referencing a SketchTexts object. |
"sketchTexts_var" is a variable referencing a SketchTexts object. |
| Type | Description |
| SketchText | Returns the newly created SketchText object or null in the case of failure. |
| Name | Type | Description |
| input | SketchTextInput | A SketchTextInput object created using the SketchTexts.createInput method. |
| Name | Description |
| SketchTextInput.setAsAlongPath | Demonstrates the SketchTextInput.setAsAlongPath method. |
| SketchTextInput.setAsFitOnPath | Demoonstrates the SketchTextInput.setAsFitOnPath method. |
| SketchTextInput.setAsMultiLine | Demonstrates the SketchTextInput.setAsMultiLine method. |
| Sketch Text API Sample | Demonstrates creating sketch text by creating both mult-line text and text along a curve. |