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 <[EMAIL PROTECTED]>:
>
>
> > 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
>
_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to