[Fontconfig-bugs] [Bug 75178] font substitution fails if font name contains a dash

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Feb 19 13:21:08 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=75178

--- Comment #8 from joachim.schwender at web.de ---
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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/fontconfig-bugs/attachments/20140219/3dfc6eb0/attachment.html>


More information about the Fontconfig-bugs mailing list