// Display the GD API URL across the top // x = (strlen("http://www.boutell.com/gd/manual2.0.33.html")*gdFontGetLarge()->w); x = x / 2; x = (wide / 2) - x; gdImageString(img, gdFontGetLarge(), x, 10, "http://www.boutell.com/gd/manual2.0.33.html", color[BLACK]);