Ola pessoal,
Eu estou uma semana recompilando o meu source do php 4.2.3 para colocar suporte no GD com TTF ( True Type Fonts)
Eu estou tentando executar esse php , mais sempre aparece um esse error
 
function VarStringPNG ($VarString,$img,$ttf,$FontNum,$r,$g,$b,$a,$x,$y){
$im = @ImageCreateFromPNG ($img);
$Cor = ImageColorAllocate ($im, $r, $g, $b);
ImageTTFText ($im, $FontNum, $a, $x, $y, $Cor, $ttf, $VarString);
ImagePNG ($im);
}


Warning: Could not find/open font in
/usr/home/hosting//ProgramacaoListar.php
on line 5
?PNG  IHDRj+���PLTE���Ͽ­ï¿½ï¿½ï¿½T��_%Y)IDATxocP"0(" ~"
"I�e��@�&c�Q]��Fu��".*Y"�@uPIEND�B`

Essas s�o as informa��es do meu phpinfo
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with freetype
Eu achei um webhosting que funcionou o meu script . Essas s�o as configura��o do WebHosting .(Phpinfo)
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with TTF library

Thanks for help me.
Breno
[EMAIL PROTECTED]

Responder a