
10 Jan
2005
10 Jan
'05
11:01 p.m.
On Mon, 10 Jan 2005 21:53:37 +0100, David Christian Berg <david@...407...> wrote:
Hey guys, just wondering, if there's a way to change the font size within a <text> element. Basically I guess I need a <tspan> but they create new lines, which I don't want.
Only tspans with sodipodi:role=line create new lines. So for now you can: separate a fragment of text into a line; in XML editor, assign that tspan any style you want; remove sodipodi:role from it so it stops being a line. Clumsy, I know, but it works.