> Hi.
> 
> I found a solution, but not a rather good one:
> 
> cb.showText((char) 196);
> 
> will indeed write an "Ã", but that can't really be the only solution, 
> can it? I would have to parse my whole text and replace the characters, 
> which would rather ... suck?!
> 
> There has to be some other way.
> regards, ulf

Hi Ulf,

no idea if it helps, but I use the FontFactory 
                FontFactory.registerDirectory(m_sFontFolder);
                Font font = FontFactory.getFont
(sFontName,BaseFont.WINANSI,true,size,fontStyle);

and have no problems.




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to