Thread Schriftfonts laden (mit GD) (19 answers)
Opened by Gast at 2008-03-25 11:06

GwenDragon
 2008-03-25 16:54
#107463 #107463
User since
2005-01-17
14542 Artikel
Admin1
[Homepage]
user image
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',
              });
die Drachin, Gwendolyn


Unterschiedliche Perl-Versionen auf Windows (fast wie perlbrew) • Meine Perl-Artikel

View full thread Schriftfonts laden (mit GD)