GD Image Library

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
jagadeeshbandi
Forum Newbie
Posts: 1
Joined: Thu Jan 28, 2010 4:13 am

GD Image Library

Post by jagadeeshbandi »

I purchased Maryom font style for my application but how to read that file , it extension was "Open Type Font File" . If i normally load using imageloadfont('Maryam.otf') its showing error
Warning: imageloadfont() [function.imageloadfont]: gd warning: product of memory allocation multiplication would exceed INT_MAX, failing operation gracefully
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: GD Image Library

Post by requinix »

You don't use imageloadfont on files like that. In fact, I don't think you have to load anything at all.
Post Reply