<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/bspg/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/bspg/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/bspg/bugs/</id><updated>2006-12-14T00:23:14Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>windows font file locations</title><link href="https://sourceforge.net/p/bspg/bugs/1/" rel="alternate"/><published>2006-12-14T00:23:14Z</published><updated>2006-12-14T00:23:14Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5a9c0fd2677befb1d4d1d529a50e9dfae067dbf9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Freetypr font files for GD embedded in fn_disegna_albero.inc lines 74 and 250 refer to the old font location for windows NT:&lt;/p&gt;
&lt;p&gt;$lun=imagettfbbox($dim_font, 0, "c:\\winnt\\fonts\\arial.ttf", $xdesc);&lt;/p&gt;
&lt;p&gt;For Win2000/XP  this should be:&lt;/p&gt;
&lt;p&gt;$lun=imagettfbbox($dim_font, 0, "c:\\windows\\fonts\\arial.ttf", $xdesc); &lt;/p&gt;
&lt;p&gt;Even better this should be in the config file.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>