On 5 January 2011 18:20, Paulo Soares <[email protected]> wrote:

>  The 156 is octal, not decimal. Anyway, you can define the font as:
>
> BaseFont zapfdingbats = BaseFont.createFont(BaseFont.ZAPFDINGBATS,
> "ZapfDingbats", BaseFont.NOT_EMBEDDED);
>
> It will use the Unicode char to map into the ZapfDingbats character, if
> possible.
>

It didn't work using this but now that I know 156 is octal it's working fine
using list.ListSymbol = new Chunk((char)110, BulletFont);. Thanks for the
help though, much appreciated!

Cheers,

Annelie
------------------------------------------------------------------------------
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