ich weiß das es geht, nur weiß ich nicht wie.
ich hab ein dynamisches php bild, das einen text anzeigen soll
nur möchte ich nicht die Standard Schriftart, sonder arial.
Wie krieg ich das hin?
php image text
-
-
-
ahh ok,
jetzt währe es noch gut wens funktionieren würdePHP
Alles anzeigenheader("Content-type: image/png"); $pic = imagecreatetruecolor (390, 300) or die ("Das generieren des Bildes ist zur Zeit nicht möglich"); imageantialias($pic, true); $trans = imagecolorallocatealpha($pic, 255, 255, 255, 0); imagecolortransparent($pic, $trans); $gray = imagecolorallocate($pic, 64, 64, 64); $black = imagecolorallocate($pic, 0, 0, 0); imagefill($pic, 0, 0, $trans); ImageTTFText($pic, 20, 0, 5, 0, $black, "http://sett.bplaced.net/other/fonts/arial.ttf", 'Text'); imagepng($pic);
was mache ich falsch?
-
"funktioniert nicht" ist keine sehr genaue fehlerbeschreibung
-
Ich tippe mal darauf, dass PHP die URL beim Font nicht mag.
-
Zitat von fehlermeldung
Die Grafik "http://sett.bplaced.net/other/pp/stat.php" kann nicht angezeigt werden, weil sie Fehler enthält.
[Blockierte Grafik: http://pixelp.sett.bplaced.net/stat.php]das is alles was ich weiß
-
bekommst du mit error_reporting(E_ALL) etwas anderes?
-
Invalid font filename in /users/sett/www/other/pp/stat.php on line 16
-
ahh hat sich gelöst!
Der url war wirklich falsch
Danke