Eric Summkeller wrote:
> I create a Chunk object with a Font that is bold, italic and underlined. The 
> text of the Chunk object contains German letters like "ÄÖÜ". The problem is 
> that the background doesn't fill the complete Chunk. The points above 
> the "ÄÖÜ" and the underline have no background. Any ideas what I could do?

> Chunk chunk1 = new Chunk("ÄÖÜ", font);
> chunk1.setBackground(Color.GRAY);

This is not the only setBackground method.
Read page 117 of the book to find out how to add
a few extra points to the background rectangle.
br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions
Buy the iText book: http://itext.ugent.be/itext-in-action/

Reply via email to