[ https://issues.apache.org/jira/browse/PDFBOX-5611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17726836#comment-17726836 ]
Tilman Hausherr edited comment on PDFBOX-5611 at 5/28/23 1:53 AM: ------------------------------------------------------------------ The problem is the width array at {{Root/Pages/Kids/[0]/Resources/Font/G2/DescendantFonts/[0]/W}} , it results that all widths are 0. This influences the "stretching" code in {{PageDrawer.drawGlyph()}} so that the glyphs get invisible. Disabling that code results in a properly rendered page. Two regression tests are different, bugzilla1129855.pdf looks like a mess but looked messy before; PDFBOX-2919-BrokenCFF.pdf is improved. was (Author: tilman): The problem is the width array at {{Root/Pages/Kids/[0]/Resources/Font/G2/DescendantFonts/[0]/W}} , it results that all widths are 0. > Glyphs not rendered > ------------------- > > Key: PDFBOX-5611 > URL: https://issues.apache.org/jira/browse/PDFBOX-5611 > Project: PDFBox > Issue Type: Bug > Components: Rendering > Affects Versions: 2.0.28, 3.0.0 PDFBox > Reporter: Tilman Hausherr > Priority: Major > Attachments: PDFBOX-5611-reduced.pdf > > -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org For additional commands, e-mail: dev-h...@pdfbox.apache.org