Ziad El Midaoui
Ziad El Midaoui
Fixed issue with TextArea/TextFlow added a check `isMirrored()` in `PrismTextLayout.setWrapWidth` which makes the text right aligned in RTL. Tested with monkeyTester and the test in the bug --------- ### Progress...
Fix trailing space present for complex text ( LTR text with RTL text ) Example: "Arabic: العربية" Added case to handle complex text in `getPosX` of `TextRun` Tested the changes...
Added new method `setSquareSize(double size)` to be able to customize the size of squares in `ColorPalette` which was previously hardcoded with a value 15 --------- ### Progress - [x] Change...