SketchTextInput.fontName Property
Parent Object: SketchTextInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchTextInput.h>
Description
Gets and sets the name of the font to use.
Syntax
"sketchTextInput_var" is a variable referencing a SketchTextInput object.
|
Property Value
This is a read/write property whose value is a string.Samples
Name | Description |
Sketch Text API Sample | Demonstrates creating sketch text by creating both mult-line text and text along a curve. |