<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Can't match font family name by their localized name"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105756#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Can't match font family name by their localized name"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=105756">bug 105756</a>
              from <span class="vcard"><a class="email" href="mailto:akira@tagoh.org" title="Akira TAGOH <akira@tagoh.org>"> <span class="fn">Akira TAGOH</span></a>
</span></b>
        <pre>Behdad, you said on the commit log:

commit 161c7385477b9520fc4c63e3f09789d217c5cd67
Author: Behdad Esfahbod <<a href="mailto:behdad@behdad.org">behdad@behdad.org</a>>
Date:   Wed Sep 27 18:36:25 2017 -0400

    Use binary-search for finding name table entries

    VotoSerifGX has over 500 named instances, which means it also has over a
thousand
    name table entries.  So we were looking for names for over 500 pattern,
looking for
    some thirty different name-ids, and using linear search across the 1000
entries!

    Makes scanning VotoSerifGX three times faster.  The rest is probably the
lang
    matching, which can also be shared across named-instances.  Upcoming.

Is it not yet completed? apparently this change picks up one entry for giving
platform_id and name_id. thus other variant names which has different
language_id in SFNT is missing in the cache.
I don't know how/what GX fonts has in SFNT table though.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>