Set default text linespace
I'm trying to set a default text linespace in Annotation (19.0) but it doesn't work the way I try to configure the value. I use the following textstyle configuration. I can change Font and Color but the Linespace does not change.
(oli:sd-set-setting-values
:application "Annotation"
:style-path "Annotation/General/TextStyle"
:style :STANDARD
:title "Standard"
:values '("Font" "arial"
"Color" 16776960
"Linespace" 1.3
)
)
Should this be working this way or should linespacing be set somewhere else?



