[EMAIL PROTECTED] wrote:
Thanks Paulo,

but why is it possible to use Helvecita in Rtf???

I just changed the following in RtfWriter.java (method writeFontList()):

case Font.HEVETICA:
    os.write(fontSwiss);
    os.write(escape);
    os.write(fontCharset);
    os.write(os, 0);
    os.write(delimiter);
    //os.write(fontArial);
    os.write(fnt.getFamilyname().getBytes());

This works fine for rtf. Is something like that also possible in pdf?

Are you sure it's Helvetica in RTF?
Or does the RTF renderer calls it Helvetica but in fact
shows something else? Can you see the difference???
br,
Bruno

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to