----- Original Message ----- From: "David Thielen" <[EMAIL PROTECTED]> To: "itext" <[EMAIL PROTECTED]> Sent: Saturday, January 24, 2004 19:35 Subject: [iText-questions] Where in iText is the code for...
> Hi; > > > > Where in the iText source is the code that does: > > 1. Figuring out the soft line breaks in a paragraph? That's in several places. Do a search for "isExtSplitCharacter". > 2. Writing out the font information to the pdf file? Search for "writeFont". Best Regards, Paulo Soares ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ iText-questions mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/itext-questions
