6364656667686970717273
/** get handles onto Reader so we can access the file * @param current_pdf_file - handle to PDF file **/ public Type3(PdfObjectReader current_pdf_file, boolean isPrinting) { glyphs=new T3Glyphs(); this.isPrinting=isPrinting; init(current_pdf_file);