[Poppler-bugs] [Bug 13131] problem with dingbats

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Feb 16 08:49:49 PST 2009


http://bugs.freedesktop.org/show_bug.cgi?id=13131


Darin McBride <Tanktalus at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Tanktalus at gmail.com




--- Comment #4 from Darin McBride <Tanktalus at gmail.com>  2009-02-16 08:49:48 PST ---
I'm having what looks like a similar problem, freetype-2.3.7, fontconfig-2.6.0,
and the solution I eventually tried for my PDF file was to create
/etc/fonts/conf.d/31-myaliases.conf like this:

<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
        <alias binding="same">
          <family>ZapfDingbats</family>
          <accept><family>Dingbats</family></accept>
        </alias>
</fontconfig>

Suddenly, okular showed everything right.  (Oddly, it printed ok without this
change.)

Note that 30-urw-aliases.conf has almost the same entry, but with a space
between "Zapf" and "Dingbats".  Not sure - perhaps the code should be
space-agnostic?


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Poppler-bugs mailing list