ezdxf icon indicating copy to clipboard operation
ezdxf copied to clipboard

Support for RTL text in MTextExplode

Open TalSchiff opened this issue 1 year ago • 3 comments

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?

TalSchiff avatar Mar 12 '25 08:03 TalSchiff