You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/01/20 10:40:28 UTC

[jira] Created: (PDFBOX-605) Better support for Type0 fonts

Better support for Type0 fonts
------------------------------

                 Key: PDFBOX-605
                 URL: https://issues.apache.org/jira/browse/PDFBOX-605
             Project: PDFBox
          Issue Type: Improvement
          Components: PDModel
            Reporter: Jukka Zitting


Currently the PDType0Font.drawString() method simply falls back to PDType1Font.drawString() and logs an info message about the missing Type0 font support.

It's better to have such known issues in the bug tracker instead of in log files, so I'm creating this issue to track Type0 support and will remove the log message that just repeats over and over again when dealing with PDF documents with Type0 fonts.

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