Hi;
 
Ok, I have FontFactory working and use the following:
      Font font = FontFactory.getFont( fontName, fontSize );
      BaseFont bf = font.getBaseFont();
      PdfContentByte.set...
 
And it all works fine. But how do I tell it to embed or not embed the font in the pdf file?
 
thanks - dave

Reply via email to