<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Provide means to store the font returned"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100935#c5">Comment # 5</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Provide means to store the font returned"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=100935">bug 100935</a>
              from <span class="vcard"><a class="email" href="mailto:wlt-ml@o-sinc.com" title="William L. Thomson Jr. <wlt-ml@o-sinc.com>"> <span class="fn">William L. Thomson Jr.</span></a>
</span></b>
        <pre>Maybe better suited for mailing list. What I thinking of as a feature
enhancement to fontconfig would be something as such.

Binary name maybe
fc-current

Program A requests Sans font
fc-match Sans
DejaVuSans.ttf: "DejaVu Sans" "Book"

It an env/temp file, fontconfig stores
A:DejaVu Sans

Or something like that, and other programs.
A:DejaVu Sans
B:Noto Sans
C:DejaVu Sans Mono

Then if something else wants to see what fonts any of those programs, A, B, C
is using, they can call
fc-current A

Which would return output like fc-match, but from the previously returned
value. It may even be used by fc-match on subsequent requests from same program
for same font.

Hope that makes more sense.</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>