Hi, Can someone help me with these text handling concepts? I'm a newbie at this so forgive my ignorance. I've been trying to learn this as fast as I can...
I'm trying to create a layout program and I'm using the textFlow/textRegion concepts from svg 1.2 along with apache-batik 1.6 and java 1.5. I want to set a text box and alter the placement of text. How do I 1) alter vertical alignment of text? I've tried using something like <flowPara vertical-align="bottom"> to no avail. 2) insert multiple line breaks? I've had some success using multiple <flowLine xml:space="preserve> <flowLine> elements (Note the space between the tages). I thought that �x200B; would work instead of the space, but I always get the error "The character reference must end with a ';' delimiter" 3) change text line spacing? I'd like to alter the spacing so that when words wrap, I get the effect of double spaced text. 4) left/right/center text justification? I think this is done with the attribute text-align="start | end | center". i've read about people doing it with left|right but I'm not sure. Thanks! Davin ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/svg-developers/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

