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 2014/10/13 20:19:33 UTC

[jira] [Closed] (PDFBOX-972) Specific Type1C methods not used anymore

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

Andreas Lehmkühler closed PDFBOX-972.
-------------------------------------
    Resolution: Not a Problem
      Assignee: Andreas Lehmkühler

This should be obsolet after the refactoring of the fonts (see PDFBOX-2262)

> Specific Type1C methods not used anymore
> ----------------------------------------
>
>                 Key: PDFBOX-972
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-972
>             Project: PDFBox
>          Issue Type: Bug
>          Components: PDModel
>    Affects Versions: 1.6.0
>            Reporter: Timo Boehme
>            Assignee: Andreas Lehmkühler
>
> In one of the last releases the PDFontFactory changed  so that for Type1C fonts a PDType1Font will be created and not as before a PDType1CFont. While PDType1Font will internally instantiate a PDType1CFont several of the methods which PDType1CFont overrides are now hidden and not used (instead the PDSimpleFont variants are used).
> I will add the necessary methods in an attachment which calls the appropriate methods.
> However having all these type specific switches it seems to be a better solution to subclass PDType1CFont from PDType1Font.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)