Change matching behavior in FcFontList()
When specifying properties like :foo=a,b to query from FcFontList(), fontconfig interprets if 'foo' matches 'a' AND 'b' at this moment though, This isn't useful behavior. so changing this as matching 'a' OR 'b'.
Fixes #5