X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
X-YMail-OSG: WIHx9H4VM1kUIJcwWx2XUZJJyegUyfI3SC7ZThJX3Fj3THXX7hY9zP6CpH.cKA9rX57aYrOR3ZmV6K1a45Qtd8fJePSXKE6.uCihZ0IRGA2q3Y2d.h09Xbeyad5pmUZMs5GFHQNlGdCYqEJnNp8IkdeC
Date: Fri, 26 Sep 2008 08:56:09 +0200 (CEST)
From: Marco Atzeri <marco_atzeri@yahoo.it>
Subject: Re: montage: unable to read font...
To: cygwin@cygwin.com
In-Reply-To: <f79359b60809252211r6e0dbc38k3ffefbbe44cad8d5@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
Message-ID: <420377.230.qm@web25001.mail.ukl.yahoo.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com


--- Gustavo Seabra  ha scritto:

> Hi all,
> 
> On Fri, Sep 19, 2008 at 3:27 PM, Gustavo Seabra
> <gustavo.seabra@gmail.com> wrote:
> > Hi,
> >
> > I have ImageMagick 6.4.0 installed here (in
> Cygwin). After the last
> > upgrade, using setup.exe, I started getting the
> following messages
> > anytime I run ImageMagick's 'montage':
> >
> > $ montage -label '%f' temp_??.png -geometry +5+5
> -tile 3x3 -frame 5
> > -shadow temp_page.png
> > montage: unable to read font
> >
>
`/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
> > montage: unable to read font
> >
>
`/usr/lib/ImageMagick-6.4.0/config//usr/share/fonts/corefonts/arial.ttf'.
> > [...]
> > $


On the /usr/lib/ImageMagick-6.4.0/config/
the xml files report as directory where the font
should be:

/usr/share/fonts/corefonts/

but this directory does not exist.

workaround

$ cd /usr/share
$ mkdir fonts
$ cd fonts
$ ln -s /cygdrive/c/WINDOWS/Fonts corefonts

so now 
/usr/share/fonts/corefonts

will link to 
/cygdrive/c/WINDOWS/Fonts

where the TTF font of windows are.

Regards
Marco


__________________________________________________
Do You Yahoo!?
Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi 
http://mail.yahoo.it 

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

