more data and pages...

SVN revision: 4648
This commit is contained in:
Carsten Haitzler 2001-04-17 22:03:57 +00:00
parent 40f730834d
commit 3ee341df94
5 changed files with 38 additions and 2 deletions

View File

@ -167,7 +167,22 @@ reference in evas as "myfont", Evas will look in the directories (in the
order given) for a "myfont.ttf" file. It is case sensitive, but this system
proves to be nice and simple. Here is a simple example.
@:para@
object = ..
<pre>
object = evas_add_text(evas, "notepad", 18, "Here is a line of text!");
evas_move(evas, object, 120.0, 50.0);
evas_set_color(evas, object, 0, 0, 0, 255);
evas_show(evas, object);
</pre>
@:para@
This should create a text object with its top-left starting at 120.0, 50.0
in the Evas, with the notepad font at size 18, with the text "Here is a line
of text!" and in solid black (Red = 0, Green = 0, Blue = 0, Alpha = 255).
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@
@:para@
@:para@
@:para@
@:para@
@:para@

View File

@ -0,0 +1,6 @@
@top@
@start@
@:para@
<a href=evas.html><img src=img/evas_text_eg_0.png width=400 height=400 border=1></a>
@end@
@bottom@

View File

@ -298,7 +298,22 @@ reference in evas as "myfont", Evas will look in the directories (in the
order given) for a "myfont.ttf" file. It is case sensitive, but this system
proves to be nice and simple. Here is a simple example.
<font face=arial,helvetica,lucida size=2><p>
object = ..
<pre>
object = evas_add_text(evas, "notepad", 18, "Here is a line of text!");
evas_move(evas, object, 120.0, 50.0);
evas_set_color(evas, object, 0, 0, 0, 255);
evas_show(evas, object);
</pre>
<font face=arial,helvetica,lucida size=2><p>
This should create a text object with its top-left starting at 120.0, 50.0
in the Evas, with the notepad font at size 18, with the text "Here is a line
of text!" and in solid black (Red = 0, Green = 0, Blue = 0, Alpha = 255).
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>
<font face=arial,helvetica,lucida size=2><p>
<font face=arial,helvetica,lucida size=2><p>
<font face=arial,helvetica,lucida size=2><p>
<font face=arial,helvetica,lucida size=2><p>
<font face=arial,helvetica,lucida size=2><p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB