You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this issue.
A) Every text line is shifted left more and more. (even when aligning left)
B) New line happens too late, some of the next gets cut off.
Notice: I fill grey textfiled with "word1, word2, word3, ... word28" and you can't see word 9 - it's beyond the textfield boundaries.
How can I fix this? I have a project with a deadline and this thing is a blocker :sad
The text was updated successfully, but these errors were encountered:
Ok, I have found out that this bug happens because horizantalLetterSpacing and horizantalLetterSpacing default to 1.
If I pass 0 to those parameters, it looks ok.
But why is 1 default and why does it cause each line to move left?
I have this issue.
A) Every text line is shifted left more and more. (even when aligning left)
B) New line happens too late, some of the next gets cut off.
Notice: I fill grey textfiled with "word1, word2, word3, ... word28" and you can't see word 9 - it's beyond the textfield boundaries.
How can I fix this? I have a project with a deadline and this thing is a blocker :sad
The text was updated successfully, but these errors were encountered: