PistonDevelopers / graphics

A library for 2D graphics, written in Rust, that works with multiple back-ends
MIT License
479 stars 55 forks source link

how to draw arabic (RTL) #1082

Open adals opened 7 years ago

adals commented 7 years ago

hello right now when using arabic font it draws from LTR not RTL also letters are seperated like (احمد) shows like (د م ح ا)

so how to solve it

thanks

LaylBongers commented 7 years ago

Unfortunately as far as I know this would require the code to be extended to support more complex glyph formatting, and can't just be turned on with the flip of a switch.