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 "simon steiner (JIRA)" <ji...@apache.org> on 2014/05/13 13:22:15 UTC

[jira] [Comment Edited] (FOP-2354) [PATCH] Subset support for Type 1 fonts

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

simon steiner edited comment on FOP-2354 at 5/13/14 11:20 AM:
--------------------------------------------------------------

Adobe reader doesnt like this with subset:
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  <fo:layout-master-set>
    <fo:simple-page-master margin="2cm"
      page-width="21.0cm" page-height="29.7cm" master-name="A4-portrait">
      <fo:region-body />
    </fo:simple-page-master>
  </fo:layout-master-set>
  <fo:page-sequence master-reference="A4-portrait">
    <fo:flow flow-name="xsl-region-body">
      <fo:block font-family="URW Chancery L">Zcaron(&#x017d;) Euro(&#x20AC;) Copyright(&#x00A9;)</fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>
{code}


was (Author: ssteiner1):
Adobe reader doesnt like this with subset:

<?xml version="1.0" encoding="UTF-8"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">
  <fo:layout-master-set>
    <fo:simple-page-master margin="2cm"
      page-width="21.0cm" page-height="29.7cm" master-name="A4-portrait">
      <fo:region-body />
    </fo:simple-page-master>
  </fo:layout-master-set>
  <fo:page-sequence master-reference="A4-portrait">
    <fo:flow flow-name="xsl-region-body">
      <fo:block font-family="URW Chancery L">Zcaron(&#x017d;) Euro(&#x20AC;) Copyright(&#x00A9;)</fo:block>
    </fo:flow>
  </fo:page-sequence>
</fo:root>


> [PATCH] Subset support for Type 1 fonts
> ---------------------------------------
>
>                 Key: FOP-2354
>                 URL: https://issues.apache.org/jira/browse/FOP-2354
>             Project: Fop
>          Issue Type: New Feature
>          Components: fonts
>    Affects Versions: trunk
>            Reporter: Robert Meyer
>            Assignee: Robert Meyer
>             Fix For: trunk
>
>         Attachments: c0419bt_.pfb, fop.xconf, patch.diff, patch.diff, test.fo
>
>
> This patch adds subsetting support to Type 1 fonts. Currently the only two supported output formats for this are PDF and Postscript.



--
This message was sent by Atlassian JIRA
(v6.2#6252)