Dear Thomas, How are you? Thank you very much for your guidance. Here I have two more questions to ask for your advice.
1. For line spacing, I found that there are some codes for CSS_LINE_HEIGHT_PROPERTY (line-height) in CSSEngine. Is there a way to use this property for line spacing functionality? If I need implement my own line spacing attribute, could you tell me which program I need to modify and how much the work may be? Is it possible that X-Smile have some ready for use code since it supports XHTML? 2. For better 'perceived' performance, I also plan to preload classes using the Squiggle approach since I also observed the first SVG file loading introduced much more delay. Since my login page is a JSP page, I will use a background process to load a small SVG file when user login. When user subsequently clicks on the SVG browser link, the class loading time will be reduced. Is this feasible? And is it possible for me to customize the browser JVM so that it can give my Applet more resources just as I use JVM options in standalone application to control Xms, Xmx and garbage collection behavior? With best regards, William -----Original Message----- From: Thomas E Deweese [mailto:[EMAIL PROTECTED]] Sent: Monday, January 06, 2003 4:34 PM To: Batik Users Subject: RE: How can I use line spacing with FlowText? >>>>> "WH" == William Huang <[EMAIL PROTECTED]> writes: WH> I am using FlowText for better dynamically generated text WH> support. I have used FlowText to realize most of the WH> functionalities I need. But I can't figure out how to use the line WH> spacing functionality. I tried to set dy and line-spacing WH> attributes for both flowSpan and flowPara, but none of them WH> works. Could you tell me how to realize this functionality? WH> Sorry about the mistake I made in my last email. The css attribute WH> I tried is line-height instead of line-spacing. Sorry, but this functionality isn't current implemented. As I recall doing this properly was fairly complex due to the way that CSS handles computed values etc. I considered putting in a hack that didn't use CSS (so no cascading) just make it an attribute but I never did as it wasn't clear that this was particularly useful. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]