[
https://issues.apache.org/jira/browse/FOP-2332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13880522#comment-13880522
]
Luis Bernardo commented on FOP-2332:
------------------------------------
Please provide example, including configuration file used, and if possible, the
fonts used. The description as it is is certainly incorrect in general. Note
that if using embed-mode subset, the configuration needs optimize-resources set
to true. With embed-mode full that requirement is not needed.
> PS renderer does not embed fonts-glyphs for characters not present on the
> first page
> ------------------------------------------------------------------------------------
>
> Key: FOP-2332
> URL: https://issues.apache.org/jira/browse/FOP-2332
> Project: Fop
> Issue Type: Bug
> Components: ps
> Affects Versions: 1.1, trunk
> Reporter: Nik Lutz
> Priority: Minor
>
> Documents with multiple pages cannot be generated safely using embedded
> fonts because not all character/glyphs are embedded in the document.
> While debugging I discovered that the postscript renderer embeds/writes the
> font-glyphs after parsing the first page. After parsing/writing any adjacent
> page the imbedded is not updated (the FontInfo object would reference the
> additional characters), so any character not present on the first page cannot
> be displayed properly because the glyphs are not embedded.
> Unfortunately setting EmbeddingMode to FULL did not work as workaround for me.
> regards nik lutz
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)