[ https://issues.apache.org/jira/browse/PDFBOX-5885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tilman Hausherr reopened PDFBOX-5885: ------------------------------------- > getGlyph ArrayIndexOutOfBoundsException > --------------------------------------- > > Key: PDFBOX-5885 > URL: https://issues.apache.org/jira/browse/PDFBOX-5885 > Project: PDFBox > Issue Type: Bug > Reporter: Simon Steiner > Priority: Major > > 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