MeirKriheli / python-bidi

BIDI algorithm related functions
GNU Lesser General Public License v3.0
105 stars 16 forks source link

Lines are in reverse order when a paragraph is rendered in a block with multiple lines after using bidi #13

Closed HadySoliman closed 2 weeks ago

HadySoliman commented 4 years ago

whenever I try printing a paragraph or more than 10 words, lines get reversed in arabic.

will provide more details once I get a reply. im not sure if this still active or not.

Thank you.

romanHerolo commented 3 years ago

Have you ever solved this issue?

BouhamedMohammedMounir commented 1 year ago

We are still having the same issue.

MeirKriheli commented 2 months ago

Note that bidi layout algorithms have no knowledge of display types, widths, etc.

It's up to the program doing the layout to break lines matching the width, prior to get the disaply layout.

MeirKriheli commented 2 weeks ago

No response for several weeks, closing.