<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><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> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Preserve binding when preparing patterns"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90330">bug 90330</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>akira@tagoh.org
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Preserve binding when preparing patterns"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90330#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Preserve binding when preparing patterns"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90330">bug 90330</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>The idea sounds good but:

(In reply to Behdad Esfahbod from <a href="show_bug.cgi?id=90330#c9">comment #9</a>)
<span class="quote">> I can think of four different levels of matchness:

> 1. match: user requested Arial and I found it,

> 2. approximate: user requested Arial and I found Liberation Sans,

> 3. fallback: user requested Arial and I found this sans-serif Persian font,

> 4. no match: user requested Arial, here's some font that covers some
> characters no other font supports, and it doesn't have anything to do with
> Arial.</span >

If we don't consider to drop adding sans-serif like we do in 49-sansserif.conf,
we won't see the result in 4. that will be always shown as a fallback in 3
then.

or we could make it conditional to query a font without a fallback perhaps
like:

<match target="pattern">
   <test name="fallback">
      <bool>true</bool>
   </test>
   <test qual="all" name="family" compare="not_eq">
        <string>sans-serif</string>
   </test>
   ...
</match>

<span class="quote">> 
> The last one is easy to add, it's just all the matching fonts that have
> score 0 for both family-strong and family-weak match.  First one is also
> easy, that's what my patch does.

> Right now 2 is also marked as match, that's because 30-metric-aliases.conf
> does binding="same".  If we remove that, then 2 and 3 will become the same. 
> I like to try to distinguish them.

> So, yes, I think adding more levels to the bindings is possible.  We can
> then decide how to bucket them.  We can still bucket them into strong and
> weak and have the exact same matching algorithm that we have right now, or
> if we really wanted to, we can add more buckets.</span ></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>