Op 5/01/2011 12:39, Annelie Karlsson schreef:
> Hello,
>
> I'm trying to make a list with squares as the list symbols. However, 
> it doesn't seem to accept the unicode for a square, is that not 
> supported? Circles seems to work fine so I would have thought squares 
> would be ok as well.
>
> List list = new List();
> list.ListSymbol = new Chunk("\u25A0"); // squares, doesn't work
> // list.ListSymbol = new Chunk("\u2022"); // circles, works
The Chunk uses the font Helvetica, please use another font that supports 
squares.

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to