Kiran created FOP-2629:
--------------------------
Summary: Rendering Bullet character in AFP output
Key: FOP-2629
URL: https://issues.apache.org/jira/browse/FOP-2629
Project: FOP
Issue Type: Bug
Components: fo/block
Affects Versions: 2.1
Reporter: Kiran
Hey Guys,
I am trying to render AFP using FOP 2.1 but getting an issue to render bullet
character. AFP file is rendering blank space for the bullet character.
Below is my code. Can anybody suggest on this issue ? Do we really need to
download and configure IBM AFP fonts to render bullet characters ?
<fo:list-block >
<!-- list item -->
<fo:list-item>
<!-- insert a bullet -->
<fo:list-item-label end-indent="label-end()">
<fo:block><fo:inline
font-family="StandardSymL">•</fo:inline></fo:block>
</fo:list-item-label>
<!-- list text -->
<fo:list-item-body start-indent="body-start()">
<fo:block>
Can remove him or her self from the account.
</fo:block>
</fo:list-item-body>
</fo:list-item>
</fo:list-block >
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)