[Bug 847627] Malformed fontconfig config file

bugzilla at redhat.com bugzilla at redhat.com
Wed Aug 15 02:23:31 UTC 2012


https://bugzilla.redhat.com/show_bug.cgi?id=847627

Akira TAGOH <tagoh at redhat.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CLOSED                      |ASSIGNED
         Resolution|NEXTRELEASE                 |---
           Keywords|                            |Reopened

--- Comment #2 from Akira TAGOH <tagoh at redhat.com> ---
Parag, looking at your fix on .conf, as I wrote in comment#0, having multiple
<test>s in <match> means AND expression. so in this case, what you are doing
is:

  If pat[lang] == 'bo-cn' and 
     pat[lang] == 'bo-in' and
     pat[lang] == 'bo' and
     pat[lang] == 'dz-bt' and 
     pat[lang] == 'dz' and
     pat[family] == 'serif' then
    pat[family].prepend('Jomolhari')

I'm wondering if that expression becomes true.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the fonts-bugs mailing list