[Fontconfig] Can't use <edit> on hintstyle
Baybal Ni
nikulinpi at gmail.com
Tue May 4 13:26:48 PDT 2010
On 4 May 2010 07:59, Behdad Esfahbod <behdad at behdad.org> wrote:
> 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
>
Where I can find this "fc-pattern" program? I can't find it neither in
master, neither in release tarballs.
More information about the Fontconfig
mailing list