[ 
https://issues.apache.org/jira/browse/CONNECTORS-387?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13195780#comment-13195780
 ] 

Karl Wright commented on CONNECTORS-387:
----------------------------------------

Made some progress.  Turns out the the symbols-project-v10.ent file is never 
read.  Furthermore, since none of the paths can be relative, I realized we're 
better off just making a local copy of Forrest and modifying the PDF plugin's 
output.xmap.  I've written Ant targets which do all of these things, and it is 
largely successful, except for the very last step, which is generating the PDFs 
themselves.  Then, for each PDF I get the following:

BROKEN: For TrueType collection you must specify which font to select (-ttcname)

This is the same error I see when I use FOP to generate a metrics file, unless 
I include "-ttcname xxx" on the command line to specify the font.  The IPA font 
collection has 2 fonts in it which explains why it is needed.  But the <font> 
tag in the config.xml does not seem to have any way of describing the font 
name, so once again I'm stuck.  I may need to go hacking around inside FOP to 
get this to work now.

                
> Japanese fonts are missing from the PDF files generated for the site
> --------------------------------------------------------------------
>
>                 Key: CONNECTORS-387
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-387
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: ManifoldCF 0.5
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.5
>
>
> Japanese fonts are missing from the PDFs generated for the site.
> This page describes how to fix that:
> http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.output.pdf/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to