freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ft] Freetype cross-compilation issue - Inconsistent results


From: Rasmus Kjeldsen
Subject: Re: [ft] Freetype cross-compilation issue - Inconsistent results
Date: Mon, 21 Apr 2008 10:25:00 +0200

Hi Werner

Thanks for the response!

How would I know if the ARM library misses native TT hinting?

I've compiled the freetype library myself, without any specific configuration:

./configure \
    --target=$(GNU_TARGET_NAME) \
    --host=$(GNU_TARGET_NAME) \
    --build=$(GNU_HOST_NAME) \
    --prefix=$(STAGING_DIR)/usr );

Cheers
Rasmus


2008/4/20, Werner LEMBERG <address@hidden>:

> I have a program which uses Freetype (through libgd). When I run the
> program on my host computer (i386 Ubuntu) I get the desired result,
> but when cross-compiling it to ARM (an Gumstix Verdex) I get a
> slightly different result.
>
> The program is listed below, attached is two png images, one from the i386
> and one from the arm machine.
>
> Note how the text is slightly distorted on the arm image.
>

> Any suggestions?

No, sorry.  Are you sure that both libraries are configured
identically?  Perhaps the ARM library misses native TT hinting?
Otherwise, you have to a parallel debugging session to find out where
the problem is.



    Werner


reply via email to

[Prev in Thread] Current Thread [Next in Thread]