fontStream.addCompression();
fd.setFontFile2( fontStream );
retval.setFontDescriptor( fd );
//only support winansi encoding right now, should really
//just use Identity-H with unicode mapping
retval.setEncoding( new WinAnsiEncoding() );
TrueTypeFont ttf = null;
try
{
TTFParser parser = new TTFParser();
ttf = parser.parseTTF( file );