You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Marrache (JIRA)" <ji...@apache.org> on 2019/01/05 17:35:00 UTC

[jira] [Created] (FOP-2837) Hebrew text reverted in footnote

Marrache created FOP-2837:
-----------------------------

             Summary: Hebrew text reverted in footnote
                 Key: FOP-2837
                 URL: https://issues.apache.org/jira/browse/FOP-2837
             Project: FOP
          Issue Type: Bug
    Affects Versions: 2.3
            Reporter: Marrache


I'm trying to display correctly a footnote inside a PDF with Apache FOP.
{code:java}
<fo:block text-align="right">
    <fo:bidi-override unicode-bidi="embed" direction="rtl">
        <fo:inline>שלום</fo:inline>
        <fo:footnote>
            <fo:inline alignment-baseline="hanging">1</fo:inline>
            <fo:footnote-body>
                <fo:block>
                    <fo:bidi-override unicode-bidi="embed" direction="rtl">
                        <fo:inline>שלום</fo:inline>
                    </fo:bidi-override>
                </fo:block>
            </fo:footnote-body>
        </fo:footnote>
        <fo:inline>.</fo:inline>
    </fo:bidi-override>
</fo:block>
{code}
For some reason, the footnote text (at the bottom of the page) appears reverted:

!https://i.stack.imgur.com/K5a95.png!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)