On Sun, 02 Jan 2005 22:47:51 +0100, Martin =C5=BDdila <zdila@...> wrot=
e:
> Hi friends
>=20
> Is there a way to set line spacing (line height) between lines of flowed
> text? line-height in flowPara element doesn't work.=20
That's one of the reasons why flowtext is not yet officially
supported. The problem is, I don't see in the SVG 1.2 draft any
mechanism for line height! I just recently ran into this, so I'm
cross-posting this to the devel list hoping that someone can share
some insight on this. I could not even find a mention of line height
here:
http://www.w3.org/TR/SVG12/
If someone is more lucky than I, I would be grateful for a pointer.=20
Now, I'm reasonably sure that the mechanism SVG has in mind is the
line-height CVS property. However it is not mentioned anywhere in the
draft, which worries me. I can implement line-height support but I
want to be sure first.
> And for text
> justification / alignment text-align doesn't work too.
That is less problematic, SVG draft mentions the text-align property
which we must support.
|