[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft] Freetype cross-compilation issue - Inconsistent results
From: |
Werner LEMBERG |
Subject: |
Re: [ft] Freetype cross-compilation issue - Inconsistent results |
Date: |
Sun, 20 Apr 2008 16:22:33 +0200 (CEST) |
> 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