freetype-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Devel] Help me understand this... I'm loosing my sanity. Please.


From: Maurizio Colucci
Subject: Re: [Devel] Help me understand this... I'm loosing my sanity. Please.
Date: Sat, 12 Apr 2003 11:28:26 +0200
User-agent: KMail/1.5.1

>
> I believe it is too difficult for an ordinary user to turn the
> autohinter on. The only way I found is to recompile and substitute the
> library. You mentioned there is another way, without recompiling,
> maybe tweaking fonts.conf, but I could not understand how. ANd
> whatever be that way, it is still too difficult :-).

>
> I mean: I have nothing against writing a text file for configuring
> things, on the contrary, I prefer to do so. But the user manual at
> fontconfig.org
>
> http://fontconfig.org/fontconfig-user.html
>
> is obscure for me. I couldn't understand where and how to set the
> autohint property to true. And whether I can to that for all fonts.
>


Ok, I did it, by adding the following to /etc/fonts/local.conf:

  <match target="font">
   <edit name="autohint" mode="assign_replace"><bool>true</bool></edit>
  </match>


But this is sick---at least, this is the first impression you get! I
mean, what was wrong with

<autohint>true</autohint>

? :-)


Maurizio





reply via email to

[Prev in Thread] Current Thread [Next in Thread]