windows font file locations
Status: Beta
Brought to you by:
boltthrower
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.