PHP קוד:
Example 1. Using imageloadfont
<?php
header("Content-type: image/png");
$im = imagecreatetruecolor(50, 20);
$black = imagecolorallocate($im, 0, 0, 0);
$white = imagecolorallocate($im, 255, 255, 255);
imagefilledrectangle($im, 0, 0, 49, 19, $white);
$font = imageloadfont("04b.gdf");
imagestring($im, $font, 0, 0, "Hello", $black);
imagepng($im);
?>
לקוח מהאתר PHP, טעינת פונט.
אתה יכול להכין פונט מאיזה משהו שנקרא GDCREATOR נדמה לי אנלא זוכר
תחפש Mass Filename Changer זה גם מוצר של אותו אחד שהכין את הGD CREATOR ותיכנס לאתר שלו -> Downloads ותחפש...
בקשר לדבר עצמו..
בסיסי מדי..
היית צריך להוסיף תמונות יותר יפות או משהו..
שינוי הפונט יעזור לך.
בהצלחה.