[Poppler-bugs] [Bug 18126] Times font substituted by Times-Bold

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 23 19:21:03 PDT 2008


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





--- Comment #4 from Andrey V. Panov <panov at canopus.iacp.dvo.ru>  2008-10-23 19:21:01 PST ---
I have standard configuration files of fontconfig 2.6.0. It defines in
30-metric-aliases.conf (which has symlink to /etc/fonts/conf.d) following
aliases:

        <alias binding="same">
          <family>Nimbus Roman No9 L</family>
          <default>
          <family>Times</family>
          </default>
        </alias>

        <alias>
          <family>Times</family>
          <default>
          <family>Times New Roman</family>
          </default>
        </alias>

        <alias>
          <family>Times</family>
          <default>
          <family>Times New Roman</family>
          </default>
        </alias>


With this configuration:
$ fc-match "Nimbus Roman No9 L"
n021004l.pfb: "Nimbus Roman No9 L" "Medium"

After that I have made symlink 70-no-bitmaps.conf to /etc/fonts/conf.d
now 
$ fc-match Times-Roman
n021004l.pfb: "Nimbus Roman No9 L" "Medium"

but still evince linked with poppler 0.10 replaces Times-Roman with bold font.

Your configuration element added to ~/.fonts.conf has not changed anything.


-- 
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