Quoting Xiaowei Guo <[EMAIL PROTECTED]>: > Hello, > > I tried to put the a list into a paragraph, (I already defined the font for > the paragraph), But the list font size is different from the other text > within that paragraph. Should I defined the font size for the list too? if > so, how can I do it?
Class ListItem extends Paragraph, so you can do it just the way you did with the Paragraphs. Or extends class ListItem (e.g. class MyListItem) so that it is always constructed using your font. Bruno ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
