Thread Canvas -> text -> Farbe (1 answers)
Opened by master at 2005-12-09 15:06

master
 2005-12-09 15:06
#45096 #45096
User since
2003-10-20
610 Artikel
BenutzerIn
[default_avatar]
Wie ändere ich die Farbe des Textes?

Code: (dl )
1
2
3
4
5
6
7
8
9
10
my $c1 = $scr->Canvas(
-background => "#FF8000",
-borderwidth => 0,
-relief => "flat",
);

$c1->place( -x => 0, -y => 0, -height => $image_height, -width => $image_width);

$c1->createText(int($image_width/2), int($image_height/2), -text => 'Diese ist ein Textbeispiel',
-font => "{MS Sans Serif} 14 {bold}");
\n\n

<!--EDIT|master|1134133621-->
$i='re5tsFam ^l\rep';$i=~s/[^a-z| ]//g;$\= reverse "\U!$i";print;

View full thread Canvas -> text -> Farbe