Description
Exception in thread "main" java.lang.NullPointerException
at org.apache.fontbox.cff.CFFParser$Format1Charset.getCIDForGID(CFFParser.java:1326)
when isCIDFont is false
byte[] data = IOUtils.toByteArray(new FileInputStream("Broadsheet LDO.otf"));
CFFParser p = new CFFParser();
CFFFont ff = p.parse(data).get(0);
ff.getCharset().getCIDForGID(0);