THausherr commented on PR #203: URL: https://github.com/apache/pdfbox/pull/203#issuecomment-2690616097
I found one bug but fixing it doesn't change anything for THIS file. https://learn.microsoft.com/en-us/typography/opentype/spec/glyf "If a glyph has zero contours, no additional glyph data beyond the header is required." this is misleading because the next sentence is "A glyph with zero contours may have additional data, however; in particular, it may have instructions that operate on phantom points" so you'd need to add two 0 bytes for instructionLength. But doing it doesn't change anything because the 4-byte alignment adds two bytes. -- 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