Simon Steiner created PDFBOX-5885: ------------------------------------- Summary: getGlyph ArrayIndexOutOfBoundsException Key: PDFBOX-5885 URL: https://issues.apache.org/jira/browse/PDFBOX-5885 Project: PDFBox Issue Type: Bug Reporter: Simon Steiner
GlyphData[] glyphs = new GlyphData[ttf.getNumberOfGlyphs()]; for (int i = 0; i < glyphs.length; i++) { glyphs[i] = ttf.getGlyph().getGlyph(i); } java.lang.ArrayIndexOutOfBoundsException: 3415 at org.apache.fontbox.ttf.GlyphTable.getGlyph(GlyphTable.java:127) at org.apache.fontbox.ttf.GlyphTable.getGlyph(GlyphTable.java:117) -- 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