<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - font substitution fails if font name contains a dash"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=75178#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - font substitution fails if font name contains a dash"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=75178">bug 75178</a>
              from <span class="vcard"><a class="email" href="mailto:joachim.schwender@web.de" title="joachim.schwender@web.de">joachim.schwender@web.de</a>
</span></b>
        <pre>My workaround is to install Code128 in addition and use the following config:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<match target="pattern" >
      <test name="family" qual="any" >
        <string>Code\-128</string>
      </test>
      <edit name="family" mode="assign" binding="same">
        <string>Code128</string>
      </edit>
</match>
</fontconfig></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>