useLineStyleForStrokeText
ui useLineStyleForStrokeText boolean { t | nil }
Description
Controls if the stroke text in the canvas is drawn with the defined lineStyle for the pen assigned to the text.
The default is nil, which means that the stroke text is drawn with solid lines irrespective of the lineStyle setting.
GUI Equivalent
Examples
envGetVal("ui" "useLineStyleForStrokeText")
envSetVal("ui" "useLineStyleForStrokeText" 'boolean t)
Return to top