Hi,
We're using docxj to convert arabic text docs into PDF. While reviewing the FO, the right to left reading is not being set.
Also, the use of rFonts ascii eastasia hansi cs.
The docx has <w:rFonts w:ascii="Arial" w:eastAsia="Times New Roman" w:hAnsi="Arial" w:cs="GE Dinar One"/>
while this is converted to
<fo:block color="#494949" font-family="Arial" font-size="11.0pt" font-weight="bold" line-height="150%" space-after="0.07in" space-before="0.07in">
<inline xmlns="http://www.w3.org/1999/XSL/Format" color="#494949" font-family="Arial" font-size="11.0pt" font-weight="bold"> </inline>
</fo:block>
in the FO. Any idea how to propagate GE Dinar One into the FO?
Best regards,
VH