Thread Schriftfonts laden (mit GD)
(19 answers)
Opened by Gast at 2008-03-25 11:06
Schau mal unter http://search.cpan.org/~lds/GD-2.35/GD.pm#Characte...
Alles was ...FT heißt, geht um TrueType. Beispiel: Code (perl): (dl
)
1 2 3 4 5 $image->stringFT($black,'meinfont.ttf',40,0,20,90, "HALLO!", {linespacing=>0.6, charmap => 'Unicode', }); |