final bit on text..

SVN revision: 4649
This commit is contained in:
Carsten Haitzler 2001-04-17 22:14:59 +00:00
parent 3ee341df94
commit f2f16a4490
2 changed files with 22 additions and 4 deletions

View File

@ -181,10 +181,19 @@ This is what it would look like:
@:para@
<a href=evas_text_eg_0.html><img src=img/evas_text_eg_0_thumb.png width=80 height=80 border=1></a>
@:para@
As you can see - it is really easy to create some text in an Evas canvas,
and it is just as easy to change its contents with calls such as the following
@:para@
<pre>
evas_set_text(evas, object, "Some new text here");
evas_set_font(evas, object, "arial", 30);
evas_set_color(evas, object, 255, 0, 0, 255);
</pre>
@:para@
@:para@
@:para@
Just modifying the properties of an object this way directly leads to it
changing as you would expect. There are enough text query calls too to
impliment almost anything you need using text objects, including text entry
boxes, word processors, html and text formatting engines and much much more.
@:para@
@tile_area_end@

View File

@ -312,10 +312,19 @@ This is what it would look like:
<font face=arial,helvetica,lucida size=2><p>
<a href=evas_text_eg_0.html><img src=img/evas_text_eg_0_thumb.png width=80 height=80 border=1></a>
<font face=arial,helvetica,lucida size=2><p>
As you can see - it is really easy to create some text in an Evas canvas,
and it is just as easy to change its contents with calls such as the following
<font face=arial,helvetica,lucida size=2><p>
<pre>
evas_set_text(evas, object, "Some new text here");
evas_set_font(evas, object, "arial", 30);
evas_set_color(evas, object, 255, 0, 0, 255);
</pre>
<font face=arial,helvetica,lucida size=2><p>
<font face=arial,helvetica,lucida size=2><p>
<font face=arial,helvetica,lucida size=2><p>
Just modifying the properties of an object this way directly leads to it
changing as you would expect. There are enough text query calls too to
impliment almost anything you need using text objects, including text entry
boxes, word processors, html and text formatting engines and much much more.
<font face=arial,helvetica,lucida size=2><p>
</td></tr></table></td>
</tr><tr>