[Fontconfig-bugs] [Bug 33644] Fontconfig doesn't match correctly in <test>

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 2 00:43:42 PDT 2012


https://bugs.freedesktop.org/show_bug.cgi?id=33644

--- Comment #8 from Akira TAGOH <akira at tagoh.org> 2012-04-02 00:43:42 PDT ---
thinking about this again, supporting FcOpComma in <test> sounds making sense.
For the case of object == A and object == B:

<test name="object" qual="all">
  <string>A</string>
  <string>B</string>
</test>

For the case of object == A or object == B:

<test name="object" qual="any">
  <string>A</string>
  <string>B</string>
</test>

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Fontconfig-bugs mailing list