THausherr commented on PR #203:
URL: https://github.com/apache/pdfbox/pull/203#issuecomment-2691049736

   path content:
   
   ```moveTo(205.0, 1409.0);
   lineTo(1330.0, 1409.0);
   lineTo(1330.0, 0.0);
   lineTo(205.0, 0.0);
   lineTo(205.0, 1409.0);
   closePath();
   moveTo(281.0, 1333.0);
   lineTo(281.0, 76.0);
   lineTo(1254.0, 76.0);
   lineTo(1254.0, 1333.0);
   lineTo(281.0, 1333.0);
   closePath();
   ```
   
   That's the rectangle of GID 0 ?! However getPath() uses the code from the 
PDF (see the javadoc!), not the unicode. The code in the PDF is 0x7d9 and then 
the test passes.
   
   I now wonder if it is a bug in DTL OTMaster. I also looked in FontForge and 
that one didn't have anything weird. However FontForge is a pain to use and 
maybe I missed something.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: dev-h...@pdfbox.apache.org

Reply via email to