-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Add RTL text support #1145
Copy link
Copy link
Open
Labels
Description
Hi!
I'm currently working on adding RTL text support, and I have a few questions:
1- Should we detect the direction for each TextLayer input and draw them independently or just getting the device current language setting and apply the same direction for all texts?
2- Regarding the text justification, drawing RTL texts with Justification.LEFT_ALIGN should start from the right (not from the left), right? Also, should we refactor the Justification enums as START_ALIGN, CENTER, END_ALIGN (like layout margin / padding system)?
Thanks.
Reactions are currently unavailable