CheckList
Description
When I set the textAlign property to justify on a Text object, text or text with spaces behaves correctly, but text or text without spaces still has the same style as left. I want to support justify alignment for text without spaces.
Here's an example:
Left Alignment
Justify Alignment
In other language scenarios
Left Alignment
Justify Alignment
Current State
Currently, when I set the textAlign property of a Text object to justify, text or language without spaces still has the same style as left.
I'm trying to optimize this issue. If you think this is achievable.
Additional Context
My plan is to implement justify alignment for text boxes containing only one line of text without spaces when textAlign is set to justify, for lines other than the last line, while the last line remains left-aligned. I'd appreciate any insights you might have.
CheckList
Description
When I set the
textAlignproperty tojustifyon aTextobject, text or text with spaces behaves correctly, but text or text without spaces still has the same style asleft. I want to supportjustifyalignment for text without spaces.Here's an example:
Left Alignment
Justify Alignment
In other language scenarios
Left Alignment
Justify Alignment
Current State
Currently, when I set the
textAlignproperty of aTextobject tojustify, text or language without spaces still has the same style asleft.I'm trying to optimize this issue. If you think this is achievable.
Additional Context
My plan is to implement
justifyalignment for text boxes containing only one line of text without spaces whentextAlignis set tojustify, for lines other than the last line, while the last line remains left-aligned. I'd appreciate any insights you might have.