<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Provide a means for matching and selecting a color emoji font"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94551#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Provide a means for matching and selecting a color emoji font"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94551">bug 94551</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>Most easier way to do this may be to add the sort of this as the configuration:

<match target="scan">
  <test name="charset">
    <name>charset</name>
    <charset>
      .....
    </charset>
  </test>
  <test name="color">
    <bool>true</bool>
  </test>
  <edit name="family" mode="append">
    <string>emoji</string>
  </edit>
</match>

we could generate the charset of "emoji" from emoji-data.txt from Unicode.org
or manage by hand to have the sort of subset of emoji that may be most-used
one.

FWIW requring <name> element is somewhat not intuitive... and need to shut up
the multiple value in test warning.</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>