On Sunday 30 November 2003 03:59, Eric wrote:
> I have already tried that:
>
> imageloadfont("C:/WINDOWS/Fonts/arial.ttf");
>
> i also tried:
>
> imageloadfont("C:\\WINDOWS\\Fonts\\arial.ttf");
>
> I ALSO tried this:
>
> imageloadfont($_SERVER['DOCUMENT_ROOT'].'/gd_test.php');
>
> and that didn't w
"Jason Wong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Saturday 29 November 2003 23:15, Eric wrote:
>
> > I have a small problem about loading fonts with imageloadfont()
> >
> > I have copyed fonts with the extension .fon or .ttf to the same
directory
> > as my script, and i
On Saturday 29 November 2003 23:15, Eric wrote:
> I have a small problem about loading fonts with imageloadfont()
>
> I have copyed fonts with the extension .fon or .ttf to the same directory
> as my script, and i give them the font as an argument:
>
> $font = imageloadfont('arial.ttf');
>
> But i
3 matches
Mail list logo