Am i again asking the wrong mailinglist?<br><br><div><span class="gmail_quote">On 5/15/07, <b class="gmail_sendername">Maarten Maathuis</b> &lt;<a href="mailto:madman2003@gmail.com">madman2003@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Around the release of freetype-2.3.0 default font settings changed, i was faced with blurred fonts, unlike the nice fonts that i was used to.<br><br>My question are: <br><br>- Why are this default settings this way?<br>- Why isn&#39;t there a simple unblurred setting?  
<br><br>After after some searching i found, the settings i needed to at least restore semi-acceptable fonts. Over time i tuned it and ended up with the local.conf at the bottom of this e-mail.<br><br>My question is, isn&#39;t it possible to use more sane defaults when the bytecode interpeter is on and maybe try to improve the default selection of fonts (override fonts that look like crap).  
<br>Some fonts actually look quite good with just hinting.<br><br>Sincerely,<br><br>Maarten Maathuis.<br><br>&lt;?xml version=&quot;1.0&quot;?&gt;<br>&lt;!DOCTYPE fontconfig SYSTEM &quot;fonts.dtd&quot;&gt;<br>&lt;fontconfig&gt;  
<br>&lt;match target=&quot;font&quot; &gt;<br>&lt;edit mode=&quot;assign&quot; name=&quot;rgba&quot; &gt; &lt;const&gt;none&lt;/const&gt; &lt;/edit&gt;<br>&lt;edit mode=&quot;assign&quot; name=&quot;hinting&quot; &gt; &lt;bool&gt;true&lt;/bool&gt; &lt;/edit&gt;  
<br>&lt;edit mode=&quot;assign&quot; name=&quot;antialias&quot;&gt; &lt;bool&gt;false&lt;/bool&gt; &lt;/edit&gt;<br>&lt;edit mode=&quot;assign&quot; name=&quot;autohint&quot; &gt; &lt;bool&gt;false&lt;/bool&gt; &lt;/edit&gt;  
<br>&lt;edit mode=&quot;assign&quot; name=&quot;hintstyle&quot;&gt; &lt;const&gt;hintfull&lt;/const&gt; &lt;/edit&gt;<br>&lt;/match&gt;<br>&lt;/fontconfig&gt;<br><br><br><br></blockquote></div><br>