// set the values
setBaseFont(metric.getFontName());
fd.setFontName(metric.getFontName());
fd.setFontFamily(metric.getFamilyName());
fd.setNonSymbolic(true);
fd.setFontBoundingBox(new PDRectangle(metric.getFontBBox()));
fd.setItalicAngle(metric.getItalicAngle());
fd.setAscent(metric.getAscender());
fd.setDescent(metric.getDescender());
fd.setCapHeight(metric.getCapHeight());
fd.setXHeight(metric.getXHeight());