]> git.wh0rd.org - fontconfig.git/commit
Fix matching bug when multiple elements match; don't use the sum of all
authorPatrick Lam <plam@MIT.EDU>
Sun, 8 Jan 2006 10:58:30 +0000 (10:58 +0000)
committerPatrick Lam <plam@MIT.EDU>
Sun, 8 Jan 2006 10:58:30 +0000 (10:58 +0000)
commit5576a5873dc9cd6e11234df6e64dbff18afe6378
treef4fb8ca669c7b08c291982416604b46e5c78d7ed
parenta6d3757d9802c8f5dc8632a8cf6703042f62e303
Fix matching bug when multiple elements match; don't use the sum of all
    scores, but the best score.
Also more perf opts, e.g. evaluate best over all font sets rather than on a
    per-set basis (and other changes).
src/fcmatch.c