Dan Fickling created PDFBOX-4944:
------------------------------------

             Summary: Built-in fonts are reporting nbsp char as having zero 
width.
                 Key: PDFBOX-4944
                 URL: https://issues.apache.org/jira/browse/PDFBOX-4944
             Project: PDFBox
          Issue Type: Bug
    Affects Versions: 2.0.21
            Reporter: Dan Fickling


{{        PDFont font = PDType1Font.HELVETICA; // Also tested with Times.}}
{{        System.out.println("width = " + font.getStringWidth("\u00a0"));}}
 
{{Non-breaking space is reporting as zero width (standard 14 fonts) in 2.0.21 
while being encoded as a (width taking) character. As you can imagine this 
causes serious errors in line and justification layout.}}
 
Related:
Prior to PDFBOX-4891 non-breaking space threw an IllegalArgumentException.
 
{{Originally reported at Github:}}
[https://github.com/danfickle/openhtmltopdf/issues/543]
 
Discovered by Github user lagar84.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to