hi i have the same problem, but just cuting the ".ttf" wasnt inaf. i even dont now du i have all libs for ttf usage, so kann u tell me what else is needet exept this "php_gdlib.dll"
where to get it end wre to put it.
THANKS and excuse my english
Stefan wrote:
Hi!
Simply remove the extension (mostly ".ttf")
from the font name for freetype2. See this:
//FREETYPE_1
$fonttype="../font/arial.ttf";
//FREETYPE_2
$fonttype="../font/arial";
This worked for me! Yet, it seems to me, freetype2 renders fonts slightly larger in somes cases, so there's more to do to achieve
backward compatibility... :/
Cheers,
Stefan