have any way to change label text word spacing?? i want to change word space via slider thumb position. i already try with turn on label html format & use “
This is some text.
” this code…but it didn’t work…so if any one know about that, how can i change word space…please help me…!
Hossein
(Hossein Amerkashi)
September 13, 2019, 10:29am
#3
Show screenshot of relevant blocks
1 Like
Ken
(Ken)
September 14, 2019, 1:50am
#4
If you’re talking about line spacing, check out this post:
SetTextIsSelectable: Allows you to set a Labels Text to Selectable(see picture below) so the user can Copy the Text from the Label.
If selectAllOnFocus = true, all of the Label’s Text will be highlighted.
If selectAllOnFocus = false, only the word that was selected will be highlighted.
SetHighlightColor: Allows you to set the highlight color for the selected text.
SetLineSpacing: Allows you to set the space between lines. Standard is 1.
Block Usage:
[Screenshot_20190626-102237_Chrome]
[S…
not line space…I want to set need word spacing.
Do you mean something like this:
1 Like
yes…dear…i want this…but, how can i do this??
saisab_29_6_2000:
but, how can i do this?
spacingWords.aia (3.5 KB)
5 Likes
many thanks dear. i will try.