Using Type1-Fonts in PDFReader
------------------------------
Key: PDFBOX-357
URL: https://issues.apache.org/jira/browse/PDFBOX-357
Project: PDFBox
Issue Type: Improvement
Components: PDFReader
Reporter: Jukka Zitting
[Issue from SourceForge]
http://sourceforge.net/tracker/index.php?func=detail&aid=1967929&group_id=78314&atid=552834
Hi folks,
whenever you try to use a non standard Type1 font i.e. an afm/pfb-Font, in
the PDFReader sampleprogramm the standard Arial-font was used instead of
the embedded font.
The method PDType1Font.drawString was modified to use the embedded font.
The standard-font is only the backup-scenario.
I've attached the modified source based on the latest version (1.12) of
org.pdfbox.pdmodel.font.PDType1Font
http://sourceforge.net/tracker/download.php?group_id=78314&atid=552834&file_id=278428&aid=1967929
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.