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 bu...@apache.org on 2012/09/13 15:44:28 UTC

[Bug 53868] New: [PATCH] font embedding-mode="full" in PDF

https://issues.apache.org/bugzilla/show_bug.cgi?id=53868

          Priority: P2
            Bug ID: 53868
          Assignee: fop-dev@xmlgraphics.apache.org
           Summary: [PATCH] font embedding-mode="full" in PDF
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: lmpmbernardo@gmail.com
          Hardware: All
            Status: NEW
           Version: all
         Component: fonts
           Product: Fop

This patch adds support for embedding-mode="full" in PDF output. Note: in the
current code the font embedding mode is always treated as subset (independently
of the value of the attribute embedding-mode) unless the font is referenced.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53868] [PATCH] font embedding-mode="full" in PDF

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53868

--- Comment #1 from Luis Bernardo <lm...@gmail.com> ---
Created attachment 29371
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29371&action=edit
patch

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53868] [PATCH] font embedding-mode="full" in PDF

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53868

--- Comment #2 from Luis Bernardo <lm...@gmail.com> ---
Created attachment 29374
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29374&action=edit
an example of a PDF with embedding-mode="full"

the output after the patch is applied

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53868] [PATCH] font embedding-mode="full" in PDF

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53868

Mehdi Houshmand <me...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Mehdi Houshmand <me...@gmail.com> ---
Committed to r1384690. I made a few changes, just to do with converting int <->
Integer, it can be done with autoboxing, nothing big but thanks for the good
work. If you disagree with any changes I made, let me know.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53868] [PATCH] font embedding-mode="full" in PDF

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53868

--- Comment #3 from Luis Bernardo <lm...@gmail.com> ---
Created attachment 29375
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=29375&action=edit
the current output

the output is subset embedded with the current code

-- 
You are receiving this mail because:
You are the assignee for the bug.