Hi, What's the correct way to write align a block of arabic in an individual table-cell?
I found that with writing-mode="rl-tb", it was also necessary to add
text-align="end"
<fo:table-cell >
<fo:block text-align="end" writing-mode="rl-tb">
<inline font-family="Arial">المدينة</inline>
</fo:block>
</fo:table-cell>
thanks .. Jason
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
