{
PDStream ff2Stream = fd.getFontFile2();
String fontName = fd.getFontName();
if( ff2Stream != null )
{
awtFont = Font.createFont( Font.TRUETYPE_FONT, ff2Stream.createInputStream() );
}
else
{
//throw new IOException( "Error:TTF Stream is null");
// Embedded true type programs are optional,