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 2020/03/29 12:00:00 UTC

[jira] [Created] (PDFBOX-4804) Remove nop lomger needed parameter from PDFStreamEngine#show*Glyph

Andreas Lehmkühler created PDFBOX-4804:
------------------------------------------

             Summary: Remove nop lomger needed parameter from PDFStreamEngine#show*Glyph
                 Key: PDFBOX-4804
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4804
             Project: PDFBox
          Issue Type: Improvement
          Components: Rendering, Text extraction
    Affects Versions: 2.0.19, 3.0.0 PDFBox
            Reporter: Andreas Lehmkühler
            Assignee: Andreas Lehmkühler
             Fix For: 2.0.20, 3.0.0 PDFBox


When working on PDFBOX-4749 I've realized that the parameter "unicode" of the following methods isn't used and should be removed as it might trigger an unneeded call to PDFont#toUnicode which produces a false debug log about missing unicode mappings.
* PDFStreamEngine#showGlyph
* PDFStreamEngine#showFontGlyph
* PDFStreamEngine#showType3Glyph

I'm going to remove that parameter in 3.0.0. I'll add new methods without that parameter and deprecate the other ones in 2.0.20



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pdfbox.apache.org
For additional commands, e-mail: dev-help@pdfbox.apache.org