elapouya / python-docx-template

Use a docx as a jinja2 template
GNU Lesser General Public License v2.1
1.92k stars 378 forks source link

Add direction to RichText #525

Open mostafaei2002 opened 5 months ago

mostafaei2002 commented 5 months ago

I was trying to work with some RTL persian text and had some problems with formatting. I solved my problem by adding to my richtexts. Although I think this solution works with richtext objects instantiated from a string it doesn't work with objects when the add method is called multiple times.