[
https://issues.apache.org/jira/browse/FOP-2539?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andreas L. Delmelle updated FOP-2539:
-------------------------------------
Attachment: symbol_test.fo
See attached FO for an example that works without requiring any TTF embedding.
I almost forgot that FOP does support font-selection... :)
> Apache PDF issue with Symbol.ttf
> --------------------------------
>
> Key: FOP-2539
> URL: https://issues.apache.org/jira/browse/FOP-2539
> Project: FOP
> Issue Type: Bug
> Affects Versions: 1.0
> Environment: Windox, unix
> Reporter: Sushmitha
> Attachments: symbol_test.fo
>
>
> I have Symbol.ttf, configured the same in config file. Symbol font is not
> applying properly.
> Please find the below details
> FOP version - 1.0
> OS - Unix, Windows
> XSL-FO desc:
> <fo:block font-family="Symbol">
> Abcdefgh α β γ
> </fo:block>
> Result - the charcters are not displaying properly and they are not human
> readable format
> fop.xconf:-
> <renderers>
> <renderer mime="application/pdf">
> <fonts>
> <font metrics-url="Symbol.xml" embed-url="Symbol.ttf">
> <font-triplet name="Symbol" style="normal" weight="normal"/>
> </font>
> </fonts>
> </renderer>
> <renderers>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)