Greg Vilardi wrote:
> Thank you for the quick response. The main reason I didn't use
> composite mode was that I didn't know it existed. I'll research it once
> I get my copy of chapter 7 in (hopefully) a few minutes.
OK.
> P.S. Is this behavior caused by something goofy in the PDF specs or is
Greg Vilardi wrote:
> Phrase pLabel = new Phrase("This should be BOLD. ", fHead);
> pLabel.add(new Phrase("This should be NORMAL. ", fBody));
To avoid font propagation issues, you should try:
Phrase pLabel = new Phrase();
pLabel.add(new Phrase("This should be BOLD. ", fHead));
pLabel.add(new Phra
Hi. I've just subscribed, and have no idea of the prevailing
nettiquette here, but am pressed for time. I have an issue with iText
version 2.0.8 running on the Sun JVM 1.5.0_14 and 1.6.0-b105 on Debian
etch. Please forgive me if I break any of the local rules, and let me
know if I missed a cruc