Randall R Schulz <[EMAIL PROTECTED]> さんは書きました:

> Mike,
>
> On Friday 27 October 2006 09:53, Mike FABIAN wrote:
>> ...
>> >
>> > Most likely I will make rendering with the byte code interpreter
>> > the default for certain list of fonts where it obviously gives
>> > superior results.
>>
>> To test how it looks like using the byte code interpreter,
>> put the following in your ~/.fonts.conf file:
>>
>>     <?xml version="1.0"?><fontconfig>
>>
>>      [...]
>>
>>      <match target="font" >
>>       <edit mode="assign" name="autohint" >
>>        <bool>false</bool>
>>       </edit>
>>      </match>
>>
>>
>>      [...]
>>
>>     </fontconfig>
>
> These elements existed previously (clearly created by the Fonts module 
> of the KDE Control Center).

Yes.

> Should I replace them with the ones you gave, or add your to these? 
> If the latter, does ordering matter?

Add the elements I quoted. The order does not matter in
this case (Of course you should not place them within
another match rule). I.e. add the part

     <match target="font" >
      <edit mode="assign" name="autohint" >
       <bool>false</bool>
      </edit>
     </match>

at any of the places I mark with * below:


*
>  <match target="font" >
>   <edit mode="assign" name="rgba" >
>    <const>rgb</const>
>   </edit>
>  </match>
*
>  <match target="font" >
>   <edit mode="assign" name="hinting" >
>    <bool>true</bool>
>   </edit>
>  </match>
*
>  <match target="font" >
>   <edit mode="assign" name="hintstyle" >
>    <const>hintmedium</const>
>   </edit>
>  </match>
*
>  <match target="font" >
>   <edit mode="assign" name="antialias" >
>    <bool>true</bool>
>   </edit>
>  </match>
*


>> But there are fonts (though not Verdana) which look better if the
>> autohinter is used. Therefore switching the autohinter off always as
>> in the above example is not a perfect solution either.
>
> I'm more than willing to refine the configuration as much as
> required. I'm a fanatic about getting fonts the way I want them
> (I'll refrain from saying "right," since there clearly are
> subjective factors in this matter).

Yes, there is a fair amount of subjectivity here.

-- 
Mike FABIAN   <[EMAIL PROTECTED]>   http://www.suse.de/~mfabian
睡眠不足はいい仕事の敵だ。
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to