<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Poppler does not fall back on other fonts properly"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104144">104144</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Poppler does not fall back on other fonts properly
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>poppler
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>general
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>poppler-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>niels_ole@salscheider-online.de
          </td>
        </tr></table>
      <p>
        <div>
        <pre>If poppler loads a font that does not contain the required glyphs it does not
fall back on another font. Instead it does not render anything.

I have this fontconfig configuration to make sure that all emojis are from Noto
Color Emoji:

<fontconfig>
  <match target="pattern">
    <edit name="family" mode="prepend_first">
      <string>Noto Color Emoji</string>
    </edit>
  </match>
</fontconfig>

When I now open a PDF file that uses for example ArialMT, fontconfig first
suggests a few NimbusSans variants. Poppler skips over these since they are .t1
fonts. The next font it finds is NotoColorEmoji.ttf which is loaded.
But it does not contain any glyphs, only the emojis.

The right thing to do would be to fall back to the next font. But instead
poppler stops here and does not render the text.</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>