ezdxf
ezdxf copied to clipboard
Support for RTL text in MTextExplode
I'm using MTextExplode on a DXF file that contains Hebrew text (which is written right to left), and I noticed that while each line contains the correct words, the words appear in left-to-right order instead of right-to-left.
Is there a way to preserve the correct word order when exploding MTEXT? Alternatively, would it be possible for MTextExplode to create a separate TEXT entity for each line instead of breaking it down to each word?