You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Eric Leleu (JIRA)" <ji...@apache.org> on 2010/03/26 15:12:27 UTC

[jira] Created: (PDFBOX-670) TrueType - Management of CMap format 2

TrueType - Management of CMap format 2
--------------------------------------

                 Key: PDFBOX-670
                 URL: https://issues.apache.org/jira/browse/PDFBOX-670
             Project: PDFBox
          Issue Type: Improvement
          Components: FontBox
    Affects Versions: 1.0.0
            Reporter: Eric Leleu
            Priority: Trivial
         Attachments: TrueType.patch

Hi, 

I have found a better documentation about the format 2 for CMap of a TrueType font.
Here is the link : http://developer.apple.com/fonts/TTRefMan/RM06/Chap6cmap.html 

In attachment you can find my implementation, however I didn't find font to test my code...

The patch include the patch of the PDFBOX-668 task and a suggestion to send IOException instead of NullPointer during the parsing of TrueType Font if some tables are missing.

Regards,
Eric

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (PDFBOX-670) TrueType - Management of CMap format 2

Posted by "Eric Leleu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Leleu updated PDFBOX-670:
------------------------------

    Attachment: TrueType.patch

> TrueType - Management of CMap format 2
> --------------------------------------
>
>                 Key: PDFBOX-670
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-670
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: FontBox
>    Affects Versions: 1.0.0
>            Reporter: Eric Leleu
>            Priority: Trivial
>         Attachments: TrueType.patch
>
>
> Hi, 
> I have found a better documentation about the format 2 for CMap of a TrueType font.
> Here is the link : http://developer.apple.com/fonts/TTRefMan/RM06/Chap6cmap.html 
> In attachment you can find my implementation, however I didn't find font to test my code...
> The patch include the patch of the PDFBOX-668 task and a suggestion to send IOException instead of NullPointer during the parsing of TrueType Font if some tables are missing.
> Regards,
> Eric

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (PDFBOX-670) TrueType - Management of CMap format 2

Posted by "Andreas Lehmkühler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler reassigned PDFBOX-670:
-----------------------------------------

    Assignee: Andreas Lehmkühler

> TrueType - Management of CMap format 2
> --------------------------------------
>
>                 Key: PDFBOX-670
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-670
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: FontBox
>    Affects Versions: 1.0.0
>            Reporter: Eric Leleu
>            Assignee: Andreas Lehmkühler
>            Priority: Trivial
>         Attachments: TrueType.patch
>
>
> Hi, 
> I have found a better documentation about the format 2 for CMap of a TrueType font.
> Here is the link : http://developer.apple.com/fonts/TTRefMan/RM06/Chap6cmap.html 
> In attachment you can find my implementation, however I didn't find font to test my code...
> The patch include the patch of the PDFBOX-668 task and a suggestion to send IOException instead of NullPointer during the parsing of TrueType Font if some tables are missing.
> Regards,
> Eric

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PDFBOX-670) TrueType - Management of CMap format 2

Posted by "Andreas Lehmkühler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PDFBOX-670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Lehmkühler resolved PDFBOX-670.
---------------------------------------

    Fix Version/s: 1.2.0
       Resolution: Fixed

I've added the patch with version 954561. I'v also removed some doubled section in CMAP.java.

Thanks to Eric for the contribution.

> TrueType - Management of CMap format 2
> --------------------------------------
>
>                 Key: PDFBOX-670
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-670
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: FontBox
>    Affects Versions: 1.0.0
>            Reporter: Eric Leleu
>            Assignee: Andreas Lehmkühler
>            Priority: Trivial
>             Fix For: 1.2.0
>
>         Attachments: TrueType.patch
>
>
> Hi, 
> I have found a better documentation about the format 2 for CMap of a TrueType font.
> Here is the link : http://developer.apple.com/fonts/TTRefMan/RM06/Chap6cmap.html 
> In attachment you can find my implementation, however I didn't find font to test my code...
> The patch include the patch of the PDFBOX-668 task and a suggestion to send IOException instead of NullPointer during the parsing of TrueType Font if some tables are missing.
> Regards,
> Eric

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.