Home | Trees | Indices | Help |
|
---|
|
ts=tspan(text='',**args)
a tspan element can be used for applying formatting to a textsection usage: ts=tspan('this text is bold') ts.attributes['font-weight']='bold' st=spannedtext() st.addtspan(ts) t=text(3,5,st)
|
|||
|
|||
|
|||
Inherited from |
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Jul 22 10:48:29 2009 | http://epydoc.sourceforge.net |