You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Andreas Lehmkühler (JIRA)" <ji...@apache.org> on 2010/09/15 19:34:35 UTC

[jira] Resolved: (PDFBOX-704) Implementation of additional CMAP Formats for TrueType fonts

     [ https://issues.apache.org/jira/browse/PDFBOX-704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

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

    Fix Version/s: 1.3.0
       Resolution: Fixed

I added your CMap stuff in revision 997405. I changed the subclassing as proposed and added some javadoc and did some reformating.

So, I guess we are done here. Thanks for your patience and of course your contribution!

> Implementation of additional CMAP Formats for TrueType fonts
> ------------------------------------------------------------
>
>                 Key: PDFBOX-704
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-704
>             Project: PDFBox
>          Issue Type: Improvement
>          Components: FontBox
>    Affects Versions: 1.0.0, 1.1.0
>            Reporter: Eric Leleu
>            Priority: Minor
>             Fix For: 1.3.0
>
>         Attachments: CMapFormat.patch, fontbox.patch
>
>
> Hi, 
> According to the Apple's "TrueType Reference Manual" and the Microsoft's "TrueType 1.0 Font Files Technical Specification", there are several CMap formats.
> Currently FontBox implements formats 0, 4 and 6.
> In attachment you can find a patch which implements formats 2, 8, 10, 12 and 13 according to my understanding of the following links : 
> http://www.microsoft.com/typography/otspec/cmap.htm (OpenType Specification)
> http://developer.apple.com/fonts/TTRefMan/RM06/Chap6cmap.html
> This patch includes changes proposal of the JIRA Issues :
> PDFBOX-668, PDFBOX-670, PDFBOX-691 
> I hope this patch will help you.
> Regards,
> Eric

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