[ https://issues.apache.org/jira/browse/FOP-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15376799#comment-15376799 ]
simon steiner commented on FOP-2629: ------------------------------------ https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-2.00.1.tar.gz > 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)