Advertisement
Maki187

Untitled

Mar 17th, 2012
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. // The colour we need.
  2. $colour = imagecolorallocate($im, $piece['colour'][0], $piece['colour'][1], $piece['colour'][2]);
  3. // Output this bit of text.
  4. imagettftext($im, 20, 0, 400, 60, $colour, $font, $PlayerInfo['Banka']);
  5. // Get its bounding box.
  6. $imageBound = fixbbox(imagettfbbox($size, 0, $font, $PlayerInfo['Banka']));
  7. // The next position.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement