$font = 'REFSAN.TTF'; $content1 = '+ '.$cpk.' CPK'; imagestring($im, $font, 5, $starty5+$dod, ''.$content1.'', $text_color1);
Jak ustawić obramowanie czcionki? Chciałbym uzyskać coś w tym stylu: http://creesee.webd.pl/grafika/hehe.PNG
$font = 'REFSAN.TTF'; $content1 = '+ '.$cpk.' CPK'; imagestring($im, $font, 5, $starty5+$dod, ''.$content1.'', $text_color1);
... // Add some shadow to the text imagettftext($im, 12, 0, 9, 13, $white, $font, $text); imagettftext($im, 12, 0, 10, 13, $white, $font, $text); imagettftext($im, 12, 0, 11, 13, $white, $font, $text); imagettftext($im, 12, 0, 9, 15, $white, $font, $text); imagettftext($im, 12, 0, 11, 15, $white, $font, $text); imagettftext($im, 12, 0, 10, 15, $white, $font, $text); imagettftext($im, 12, 0, 9, 14, $white, $font, $text); imagettftext($im, 12, 0, 11, 14, $white, $font, $text); // Add the text imagettftext($im, 12, 0, 10, 14, $black, $font, $text); ...