29.07.2012, 13:36
Yup, but you have to separate this to 2 function calls. (I can't see final result so can't tell if this is what you want)
(assuming you add $colorRed)
Tweak X in second function as needed.
(assuming you add $colorRed)
PHP код:
ImageTTFText($img, 9, 0.0, 450, 85, $colorRed, $fontSFS, 'R');
ImageTTFText($img, 9, 0.0, 457, 85, $colorWhite, $fontSFS, "Race: {$p['RacePoints']}");