<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - size specific design selection support in OS/2 table version 5"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71287#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - size specific design selection support in OS/2 table version 5"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71287">bug 71287</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>Okay, take 2 according to feedback on the list:
<a href="http://cgit.freedesktop.org/~tagoh/fontconfig/commit/?h=new-size-selection-mechanism-2">http://cgit.freedesktop.org/~tagoh/fontconfig/commit/?h=new-size-selection-mechanism-2</a>

<fontconfig>
<match target="scan">
  <test name="file" compare="eq">
    <string>/path/to/fixed.pcf</string>
  </test>
  <edit name="size" mode="assign">
    <range>
      <double>10</double>
      <double>12</double>
    </range>
  </edit>
</match>
</fontconfig>

same results to <a href="show_bug.cgi?id=71287#c1">comment#1</a></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>