Hello, I read in the doc that I need truetype font to display some symbols and that I had to to that:
PdfFont font = new PdfTrueTypeFont(new Font("Arial Unicode MS", 14), true);
But PdfTrueTypeFont wants a stream object where Font returns a Font object and I don't find a class with the good return type.
Can someone help ?
Thanks