Skip to content

Change matching behavior in FcFontList()

Akira TAGOH requested to merge tagoh/fontconfig:issue/5 into master

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

Merge request reports