Menu

#1 windows font file locations

v1.0_(example)
open
nobody
5
2006-12-14
2006-12-14
Anonymous
No

Freetypr font files for GD embedded in fn_disegna_albero.inc lines 74 and 250 refer to the old font location for windows NT:

$lun=imagettfbbox($dim_font, 0, "c:\\winnt\\fonts\\arial.ttf", $xdesc);

For Win2000/XP this should be:

$lun=imagettfbbox($dim_font, 0, "c:\\windows\\fonts\\arial.ttf", $xdesc);

Even better this should be in the config file.

Discussion


Log in to post a comment.

Auth0 Logo