Support for RTL reading in HTML

I am using FMXHTMLtext to selectively highlight a word (with color and shadow) displayed during a language comprehension research study. The researchers have requested translation to Farsi but I am unable to figure out how to display in correct Right To Left reading format. If I display plain text using FMXedit, simply changing form to BiDi does give correct reading order but the HTMLtext does not. I thought

might work but it does not - which makes sense since its not in miniHTML list.

Would it be possible to get RTL support in FMX HTML components? Or is there a workaround?Could

In the FMX framework itself, there is at this time no BiDi (RTL mode) support. As such, our components that build on top of this FMX framework can't support BiDi (RTL).