Use specified font : Image Font : Graphics Image PHP Source Code


PHP Source Code » Graphics Image » Image Font »

 

Use specified font



<?php
header("Content-type: image/gif");

$image = imagecreate400200 );
$red = imagecolorallocate($image, 255,0,0);
$blue = imagecolorallocate($image, 0,0,255 );
$font = "ARIALBD.TTF";
imageTTFtext$image, 50020100, $blue, $font, "www.navioo.com" );
imagegif($image);
?>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Graphics Image
» Image Font