On 16/06/2011 10:40, Siegfried Raab wrote:
Thank's for answering so kindly.
1.Yes, I use PdfGraphics2D
OK, so you're creating a FontMapper. Is that correct? (You didn't say in
your original question.)
2.I refer to the java.awt.Font named "Symbol"
If you map this font to the "standard
g, 16. Juni 2011 10:21
An: Post all your questions about iText here
Betreff: Re: [iText-questions] Embedding java.awt Font "Symbol" on a
windowsXP system
On 16/06/2011 10:10, Siegfried Raab wrote:
Hallo,
I try to embed the java.awt.Font "Symbol"
java.awt? Are you using PdfGrap
On 16/06/2011 10:10, Siegfried Raab wrote:
Hallo,
I try to embed the java.awt.Font "Symbol"
java.awt? Are you using PdfGraphics2D?
If not, please don't mention java.awt!
using the following code
/FontFactory.registerDirectories();/
/com.itextpdf.text.Font fTtf = FontFactory.getFont(f.get
Hallo,
I try to embed the java.awt.Font "Symbol" using the following code
FontFactory.registerDirectories();
com.itextpdf.text.Font fTtf = FontFactory.getFont(f.getFontName());
try {
fTtf = FontFactory.getFont(f.getFontName(),BaseFont.IDENTITY_H,
BaseFont.EMBEDDED);
} catch (Exce