Hello,

I've just enabled the module on a Drupal 6.2 installation and it works with the huilt-in font, but not with a custom font.
I have the module enabled on a Drupal 5.x site and it works just fine with the exact same font. I've also tried other fonts and get the same result, so I guess there's nothing wrong with the font file. Nor with the browser (tried it under Opera and Firefox)
Also, I've enabled the dev version (6.x-1.x-dev) and, again, the image doesn't get displayed.

Any suggestion would be highly appreciated.

Alexei

Comments

soxofaan’s picture

Status: Active » Postponed (maintainer needs more info)

Does your Drupal 6.2 work with other fonts?

What do you precisely mean with "not working"? You don't get an image, or you get an empty image, with only the line or point noise for example?

Alexei’s picture

With the built-in font the image gets displayed.
With any other font, it doesn't (tried with DejaVuSans which works on my Drupal 5.x installation and Arial). As if the image is not even created.
The noise is not enabled. Even if I enable it, I still don't get any image.

Alexei’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Found the issue. just tried it on my local machine and, since it worked, I checked the PHP configuration and found out that on the remote server the FreeType library is not installed.

I'm sorry I haven't checked this before. Thank you for your time.