[ https://issues.apache.org/jira/browse/PDFBOX-2262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14107955#comment-14107955 ]
Tilman Hausherr edited comment on PDFBOX-2262 at 8/23/14 10:18 AM: ------------------------------------------------------------------- PDFBOX-1770 - "Y" and (C) and ° missing PDFBOX-1809, the spaces or the font are too wide, see e.g. "railroad commissioner - unexpired Term" which is larger than the column PDFBOX-1283.pdf - wrong glyphs PDFBOX-1325.pdf - width ignored PDFBOX-1794-vattenfall.pdf - width partially ignored PDFBOX-1741-italic.pdf - italic ignored PDFBOX-2023-zerofontheight.pdf - width ignored PDFBOX-2053-zerowidth.pdf - width ignored PDFBOX-2060.pdf - wrong glyphs PDFBOX-2137.pdf - width ignored swftools-fonts.pdf - width ignored swftools-transparency.pdf - width ignored PDFBOX-2220-PDFBOX-192.pdf, this did already have problems before, but now it is significantly worse PDFBOX-2198-014936.pdf - p20 and p44, some glyphs missing, e.g. the "1" on the Y axis Exceptions: FOP-2252.pdf ("java.lang.ClassCastException: org.apache.fontbox.cff.CFFType1Font cannot be cast to org.apache.fontbox.cff.CFFCIDFont") the file can be found here: https://issues.apache.org/jira/secure/attachment/12584699/output.pdf and one other file (PDFBOX-2048-confidential.pdf) Got a "GC overhead limit exceeded". After setting Xmx to 2048, some more: PDFBOX-427 - bullets missing, widths partially ignored PDFBOX-239 - width no longer ignored, but weird widths To end this on a positive note - at least one file is better. Don't remember the number, it was about data protection in the EU. was (Author: tilman): PDFBOX-1770 - "Y" and (C) and ° missing PDFBOX-1809, the spaces or the font are too wide, see e.g. "railroad commissioner - unexpired Term" which is larger than the column PDFBOX-1283.pdf - wrong glyphs PDFBOX-1325.pdf - width ignored PDFBOX-1794-vattenfall.pdf - width partially ignored PDFBOX-1741-italic.pdf - italic ignored PDFBOX-2023-zerofontheight.pdf - width ignored PDFBOX-2053-zerowidth.pdf - width ignored PDFBOX-2060.pdf - wrong glyphs swftools-fonts.pdf - width ignored swftools-transparency.pdf - width ignored PDFBOX-2220-PDFBOX-192.pdf, this did already have problems before, but now it is significantly worse PDFBOX-2198-014936.pdf - p20 and p44, some glyphs missing, e.g. the "1" on the Y axis Exceptions: FOP-2252.pdf ("java.lang.ClassCastException: org.apache.fontbox.cff.CFFType1Font cannot be cast to org.apache.fontbox.cff.CFFCIDFont") the file can be found here: https://issues.apache.org/jira/secure/attachment/12584699/output.pdf and one other file (PDFBOX-2048-confidential.pdf) not tested because of "GC overhead limit exceeded": PDFBOX-427 - bullets missing PDFBOX-239 - width ignored > Remove usage of AWT fonts > ------------------------- > > Key: PDFBOX-2262 > URL: https://issues.apache.org/jira/browse/PDFBOX-2262 > Project: PDFBox > Issue Type: Improvement > Components: PDModel, Rendering > Affects Versions: 2.0.0 > Reporter: John Hewson > Assignee: John Hewson > Attachments: ELVIA-Reiserucktritt-Vollschutz.pdf-1.png, > FreeSansTest.pdf, PDFBOX-1094-094730.pdf-1.png, PDFBOX-1770.pdf-1.png, > bugzilla886049.pdf, bugzilla886049.pdf-1.png > > > We're still using AWT fonts to render the "standard 14" built-in fonts, which > causes rendering problems and encoding issues (see PDFBOX-2140). We're also > using AWT for some fallback fonts. > Removal of these AWT fonts isn't too difficult, we need to load the fonts > using the existing PDFFontManager mechanism which has recently been added. > All missing TrueType fonts loaded from disk have been using SystemFontManager > for a number of weeks now. > We should ship some sensible default fonts with PDFBox, such as the > Liberation fonts (see PDFBOX-2169, PDFBOX-2263), in case PDFFontManager can't > find anything suitable, rather than falling back to the default TTF font, but > by default we'll probe the system for suitable fonts. -- This message was sent by Atlassian JIRA (v6.2#6252)