[Fontconfig] Can't use <edit> on hintstyle

Behdad Esfahbod behdad at behdad.org
Tue May 4 07:59:36 PDT 2010


On 04/28/2010 06:45 PM, Baybal Ni wrote:
>  Hello, looks like I found a bug.
> 
>  I wanted to turn on slight hinting for bold fonts as new freetype lcd
>  filter + full hinting works fine on small fonts with hinting
>  information included, but totally kills bold and serif without them.
>
>  I used this configuration:
> 
>         <match>
>                 <test target="pattern" name="weight" compare="more">
>                         <int>100</int>
>                 </test>
>                 <edit mode="assign" name="hintstyle">
>                         <int>1</int>
>                </edit>
>         </match>
> 
>  But seems it doesn't work at all


You need to at least explain what you mean by "doesn't work at all".
Preferably, run fontconfig from master and copy the output of "fc-pattern -c
-d" with your "not working" query.

behdad


More information about the Fontconfig mailing list