Current location: Hot Scripts Forums » Programming Languages » PHP » gd font size limit?


gd font size limit?

Reply
  #1 (permalink)  
Old 06-05-04, 04:11 PM
jasong jasong is offline
Wannabe Coder
 
Join Date: Feb 2004
Posts: 160
Thanks: 0
Thanked 0 Times in 0 Posts
gd font size limit?

I'm trying to do something with gd and php

But I want the size to be big. I if i make the size below 20, it will change sizes, but once i go above 20, it seems to always be the same size (20), no matter how big i make it. Heres the code i made:


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

$image = imagecreate( 400, 200 );
$red = imagecolorallocate($image, 255,0,0 );
$blue = imagecolorallocate($image, 0,0,255 );

imageString( $image, "20", "5", "5", "Jello", $blue );
imagepng($image);

?>



Any suggestions?

Thanks,
Jason
Reply With Quote
  #2 (permalink)  
Old 06-06-04, 02:46 PM
jasong jasong is offline
Wannabe Coder
 
Join Date: Feb 2004
Posts: 160
Thanks: 0
Thanked 0 Times in 0 Posts
Someone has to know this.
Reply With Quote
  #3 (permalink)  
Old 06-06-04, 02:58 PM
Bonzo's Avatar
Bonzo Bonzo is offline
Coding Addict
 
Join Date: Jan 2004
Posts: 340
Thanks: 0
Thanked 0 Times in 0 Posts
All I know is its not very big.

From what I can remember ImageMagick can use a larger font.

You have asked at a bad time as I have deleted my website and have removed any examples I had.

Anthony
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Font size tag :) Peef HTML/XHTML/XML 9 08-16-08 06:55 PM
question about PHP's sessions ? does it have a memory limit ? bonefry PHP 1 06-02-04 03:23 AM
limiting size of pop-up window on Mac magda JavaScript 0 05-10-04 08:28 PM
font size on IE resize b0yakk HTML/XHTML/XML 7 02-22-04 11:20 AM
Upload file type and size limiter! Arctic ASP 1 08-02-03 07:06 PM


All times are GMT -5. The time now is 10:37 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.