- From: Philipp Hoschka <ph@w3.org>
- Date: Wed, 10 Jan 2001 14:22:15 +0100
- To: "Y. Matsui" <matsui@drl.mei.co.jp>
- CC: www-smil@w3.org
Unfortunately, that isn't possible. Text formatting is part of
each individual text media object, and needs to be specified
there. With a HTML text object, you could share a single stylesheet
between the different text objects (inlcude by reference), which
would diminish the workload here. That won't work with Real-text,
though.
"Y. Matsui" a écrit :
>
> Dear SMIL experts,
>
> I'm sorry for intterupting you.
> It is my first time to send a mail to this reflector.
>
> I have a question on how to decorate text characters
> in a smil presentation.
> One possible solution would be real-text.
> But, are there any other ways to do that ?
>
> For example, is it possible to define text attributes
> in the <region> element using css2 as follows ?
>
> <layout type="text/css">
> [region="foo"] {
> top:10px;
> left:10px;
> font-family: courier;
> color:black;
> }
> </layout>
>
> Best regards,
> Yoshinori Matsui
> Panasonic/Matsushita
Received on Wednesday, 10 January 2001 08:22:26 UTC