dsmall wrote: > Is it possible with iText to create a feathered edge drop shadow around text? > I can create the drop shadow easy enough.
I used Google to find out what a feathered edge drop shadow was. I found this: http://www.adobe.com/designcenter/indesign/articles/idsn3kbdropshad/idsn3kbdropshad_2.jpg Suppose you have some words that need to be inside a similar box, you could put them in a Chunk and use setGenericTag(). Write your own implementation of onGenericTag (page events), so that the drop shadow is added on the correct location. If the terms "page events" and "generic tag" are new to you, you'll benefit from trying out this example: http://1t3xt.info/examples/browse/?page=example&id=67 -- This answer is provided by 1T3XT BVBA http://www.1t3xt.com/ - http://www.1t3xt.info ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
