[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem finding correct Century Schoolbook fonts
From: |
Patrick McCarty |
Subject: |
Re: Problem finding correct Century Schoolbook fonts |
Date: |
Thu, 16 Jul 2009 11:42:40 -0700 |
On Thu, Jul 16, 2009 at 3:44 AM, Valentin
Villenave<address@hidden> wrote:
> 2009/7/16 Francisco Vila <address@hidden>:
>> We have been able to workaround this by simply deleting existing
>> cschbk fonts in ~/.fonts. It does not look like a bug of LilyPond, but
>> rather of the build scripts. The problem is, this issue will arise
>> again and again with the time if it is not fixed.
>
> OK. So this definitely deserves a tracker page. Can you guys help me
> with the wording?
For a summary, maybe:
Configure detects incorrect set of Century Schoolbook fonts
I think a steps to reproduce would be best:
1) Extract the following fonts from your LilyPond installation, and
move them to ~/.fonts
CenturySchL-Bold.otf
CenturySchL-BoldItal.otf
CenturySchL-Ital.otf
CenturySchL-Roma.otf
2) Start a fresh git build with ./autogen.sh (in my case, I do
./autogen.sh --prefix=$HOME/usr, but this shouldn't matter)
3) Configure will detect two of these OTF fonts and two of the system PFB fonts:
checking New Century Schoolbook PFB files...
/home/pnorcks/.fonts/CenturySchL-Bold.otf
/usr/share/fonts/Type1/c059036l.pfb
/home/pnorcks/.fonts/CenturySchL-Ital.otf
/usr/share/fonts/Type1/c059013l.pfb
Configure *should* detect these fonts:
/usr/share/fonts/Type1/c059016l.pfb
/usr/share/fonts/Type1/c059036l.pfb
/usr/share/fonts/Type1/c059033l.pfb
/usr/share/fonts/Type1/c059013l.pfb
That's it!
Thanks,
Patrick