[
https://issues.apache.org/jira/browse/PDFBOX-2959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14732136#comment-14732136
]
Tilman Hausherr edited comment on PDFBOX-2959 at 9/5/15 11:09 PM:
------------------------------------------------------------------
The /Widths COSArray is converted into an Integer array, which is not good
because in this file, the widths are smaller than 1:
{code}
/Widths [0.213 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0.696 0.672 0
0.882 0.425 0 0 0 0 0.841 0.876 0 0
0.836 0 0.652 0.811]
{code}
was (Author: tilman):
The /Widths COSArray is converted into an Integer array, which is not good
because in this file, the widths are smaller than 0:
{code}
/Widths [0.213 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0.696 0.672 0
0.882 0.425 0 0 0 0 0.841 0.876 0 0
0.836 0 0.652 0.811]
{code}
> type3 font glyphs overlapped
> ----------------------------
>
> Key: PDFBOX-2959
> URL: https://issues.apache.org/jira/browse/PDFBOX-2959
> Project: PDFBox
> Issue Type: Bug
> Components: Rendering
> Affects Versions: 2.0.0
> Reporter: Tilman Hausherr
> Labels: type3
> Attachments: PDFBOX-2959-reduced.pdf, screenshot-1.png
>
>
> Page 6 of this file
> http://chrishecker.com/images/3/33/Gdmogl.pdf
> (the author insists that it isn't put on another website)
> Above the box there is the text "FOR FURTHER INFO" but the glyphs are
> overlapping each other.
> !screenshot-1.png!
> Problem is in the T5 font at {{Root/Pages/Kids/\[5]/Resources/Font/T5}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]