AlongPathTextDefinition.characterSpacing Property
Parent Object:
AlongPathTextDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/AlongPathTextDefinition.h>
Description
Gets and sets the spacing between the characters. This is an additional spacing to apply that is defined as a percentage of the default spacing. A spacing of 0 indicates no additional spacing. A spacing of 50 indicates to use the default plus 50% of the default.
Syntax
"alongPathTextDefinition_var" is a variable referencing an AlongPathTextDefinition object.
# Get the value of the property. propertyValue = alongPathTextDefinition_var.characterSpacing
# Set the value of the property. alongPathTextDefinition_var.characterSpacing = propertyValue
|
"alongPathTextDefinition_var" is a variable referencing an AlongPathTextDefinition object.
#include <Fusion/Sketch/AlongPathTextDefinition.h>
// Get the value of the property. double propertyValue = alongPathTextDefinition_var->characterSpacing();
// Set the value of the property, where value_var is a double. bool returnValue = alongPathTextDefinition_var->characterSpacing(value_var);
|
Property Value
This is a read/write property whose value is a double.
Version
Introduced in version January 2021