X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Message-ID: <f79359b60809260924y54d98030q98155d4d660a1afc@mail.gmail.com>
Date: Fri, 26 Sep 2008 12:24:30 -0400
From: "Gustavo Seabra" <gustavo.seabra@gmail.com>
To: cygwin@cygwin.com
Subject: Re: montage: unable to read font...
In-Reply-To: <420377.230.qm@web25001.mail.ukl.yahoo.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <f79359b60809252211r6e0dbc38k3ffefbbe44cad8d5@mail.gmail.com> 	 <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

On Fri, Sep 26, 2008 at 2:56 AM, Marco Atzeri <marco_atzeri@yahoo.it> wrote:
>
> --- 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

It works like a charm.

Thanks!!
Gustavo.

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

