> 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 );

In this case, the output should be indeed indentical.  It seems that
you have to debug it...

Maybe using the FT2_DEBUG environment variable gives first hints?  See
docs/DEBUG for more.


    Werner


_______________________________________________
Freetype mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/freetype

Reply via email to