[
https://issues.apache.org/jira/browse/FOP-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15379303#comment-15379303
]
simon steiner commented on FOP-2629:
------------------------------------
It should have it
<fonts>
<font kerning="yes" embed-url="LiberationSerif-Regular.ttf"
name="LiberationSerif-Regular">
<font-triplet name="StandardSymL" style="normal" weight="normal"/>
<font-triplet name="any" style="normal" weight="normal"/>
</font>
> 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
> Attachments: Fo and Config.zip, FontResource.zip
>
>
> 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)