[Please use plain ASCII, not HTML, on this e-mail list.]

No time to look into this further, however I noticed

  v.x = 320<<16;

This looks strange, since FreeType uses 1/64 of a pixel as a unit.  I
think should rather be

  v.x = 320 << 6;


    Werner

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

Reply via email to