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

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Apr 2 14:02:18 PDT 2012


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

--- Comment #15 from Behdad Esfahbod <freedesktop at behdad.org> 2012-04-02 14:02:18 PDT ---
(In reply to comment #8)
> 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>

This would be abusing current semantics.  Currently qual="all" means all values
of the elements match the provided value.  You are turning it into something
else.  I don't think we should do that.

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


More information about the Fontconfig-bugs mailing list