5960616263646566676869
int length=currentFontFile.getTableSize(FontFile2.CFF); byte[] data=currentFontFile.readBytes(startPointer, length) ; //initialise glyphs new Type1C(data,null,glyphs); hasCFFdata=true; } catch (Exception e) { e.printStackTrace(); }
979899100101102103104105106107
* for the moment we reread with diff paramters to extract other data */ //read the data into our T1/t1c object so we can then parse glyphs=new T1Glyphs(false,is1C); pdfFont=new Type1C(rawFontData,glyphs,is1C); } glyphCount=glyphs.getGlyphCount();