Re: [ft] bottom-row first pixel order?

2005-09-21 Thread Joe Krahn
Here is some sample code and results illustrating problems with a mat.yy=-1 transform. Somtimes it works OK, but even then, the hinter seems to malfunction, even though the transform does not intersect whole pixels. Joe Krahn /** test.c **/ #include stdio.h #include string.h #include

[ft] bottom-row first pixel order?

2005-09-20 Thread Joe Krahn
I tried getting freetype to render rows bottom to top using a transform of yy=-1. This worked for some scalable fonts/sizes, but it often results in just a few rows of filled pixels. Is freetype supposed to be able to handle a negative transform? Is there another preferrable way to flip the

Re: [ft] bottom-row first pixel order?

2005-09-20 Thread Werner LEMBERG
I tried getting freetype to render rows bottom to top using a transform of yy=-1. This worked for some scalable fonts/sizes, but it often results in just a few rows of filled pixels. Is freetype supposed to be able to handle a negative transform? Is there another preferrable way to flip