Hi all, I'm trying to put a text "Pre-Release" into every page of my pdf file, and that's not a problem after Bruno gave me some instrution. But now I want to make the word "pre-Release" to be Outline in style and change its color to red.
I have couple question that I come across when I'm doing it. First, I saw to API, Inside the Font class,on the constructor. Font(int family, float size, int style, Color color) how do I look up the int value for family, style and color? Is this how I suppose to make my Font change to outline and red? Second, if that's the way to change style and color, how can I put it into my template? Right now I'm using template.setFontAndSize(bf,48); So, instead of using that statement, how can I put the new Font in it. Thanks in advance for answering those question, Waymon Ho _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Bringing you mounds of caffeinated joy. http://thinkgeek.com/sf _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
