if(fileType.equals("ttf")){
//read the data into our T1/t1c object so we can then parse
glyphs=new TTGlyphs();
pdfFont=new TrueType(rawFontData,glyphs);
typeSpecificTable="glyf";
}else{
/**
* for the moment we reread with diff paramters to extract other data