Re: [PHP] imageloadfont

2006-11-06 Thread Richard Lynch
On Sun, November 5, 2006 1:33 pm, Ron Piggott (PHP) wrote:
 How do you make .gdf files for use with imageloadfont ?  Ron

I would dig through all the user comments here:
http://php.net/imageloadfont

And then read the documentation referenced on the GD site and maybe
check out if source code is available for the font generator program,
or that other font generator program, or that one online font
generator web application...

But that's just me. :-)

I've never heard of a .gdf until today, so maybe there's another way.

Or you could just Google for .gdf and see if you can find some free
fonts to download/install instead.

-- 
Some people have a gift link here.
Know what I want?
I want you to buy a CD from some starving artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] imageloadfont

2006-11-05 Thread Ron Piggott (PHP)
How do you make .gdf files for use with imageloadfont ?  Ron


[PHP] imageloadfont() broken?

2003-10-16 Thread Paul
Ok ive spent numerous hours trying to just find one
working example of imageloadfont()  and i have yet to
come across one.

Right now im at about the point to hack apart the gd
source code to change one of their built in fonts. but
id rather not do that.

So exactly how does imageloadfont() work,  what does
the file extension look like that it requires?

Also what about if i want to create my own gdfont, in
the src it looks like

  0, 0, 0, 0, 0, 0, 0,
  0, 0, 0, 0, 0, 0, 0,
  0, 0, 0, 0, 0, 0, 0,
  1, 1, 0, 0, 1, 1, 0,
  1, 1, 1, 0, 1, 1, 0,
  1, 1, 1, 0, 1, 1, 0,
  1, 1, 1, 1, 1, 1, 0,
  1, 1, 0, 1, 1, 1, 0,
  1, 1, 0, 1, 1, 1, 0,
  1, 1, 0, 0, 1, 1, 0,
  1, 1, 0, 0, 1, 1, 0,
  0, 0, 0, 0, 0, 0, 0,
  0, 0, 0, 0, 0, 0, 0,

for char 78 which is a N
and it also includes the 

gdFont gdFontMediumBoldRep = {
  256,
  0,
  7,
  13,
  gdFontMediumBoldData
};


Which i fully understand, im just curious exactly what
is this imageloadfont() looking for.  do I just make
my own gd file, compile it to a binary, and name it
myfont.gd ?  or what?  otherwise gonna just reinstall
the font into gd itself, but be nice that a function
thats labelled in the manual actually works on some
sort of live example.

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] ImageLoadFont

2002-11-21 Thread Christoph
Hi,

I want to create dynamic images using php4  php4-gd2.
My problem now: in wich format the bitmap font file have to be to be
loaded correctly into my script?

Regards peterschen

---
Liebe ist es, nach einem Bluescreen zu behaupten es gäbe keine
Alternative.
http://www.peterschen.de/



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php