[Fontconfig-bugs] [Bug 80873] Improve size unparse?
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 24 20:50:49 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=80873
--- Comment #13 from Akira TAGOH <akira at tagoh.org> ---
(In reply to comment #12)
> I think this might be ready. Akira, can you please review?
>
> Thanks.
Well, "it matches any value perfectly" approach ignores the score when it
exactly matches the value perfectly, doesn't it?
j is increased per matchers. speaking of FC_SIZE, j will be 9 at this moment.
given that one tries to query with :size=12 say, and a cache doesn't contain
FC_SIZE, the score will be 0 right. but if it has, the score will be 9. in this
case that works because an outlined font can takes care of it. how about the
sort of flags? I tend to agree with not having the unnecessary values in the
cache though, do we need to pay more attentions in FcDefaultSubstitute() to
prevent such situation or improve the score estimation to make better even
without it?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20140925/3d6ffe51/attachment.html>
More information about the Fontconfig-bugs
mailing list