hi how do you make 3d text
so far ive made this but it looks wired.
for (int i=0;i<5;i++)
img.drawString("Clicks: "+record.getClicks(),10+i,50+i);

