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 "Kiran (JIRA)" <ji...@apache.org> on 2016/07/14 10:23:20 UTC

[jira] [Updated] (FOP-2629) Rendering Bullet character in AFP output

     [ https://issues.apache.org/jira/browse/FOP-2629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kiran updated FOP-2629:
-----------------------
    Attachment: FontResource.zip
                Fo and Config.zip

FO and Config.zip is having Fo and configuration file.
FontResource.zip is having Base-14 Symbol fonts.

> 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">&#x2022;</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)