> Starting for x and y offsets of 0 this as expected reads in the > first vertical line in the bitmap into the first scanline and > orients the glyph horizontally. Every time I've tried to scan the > bitmap from top left down or from bottom left up I've failed. Can > anybody explain why? Also how do you flip the glyph, I ask because > rotation is not enough to fix the glyph read in the way I've been > able to so far.
You should study how the tutorial examples work, in particular `example1.c'. http://freetype.freedesktop.org/freetype2/docs/tutorial/ Werner _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
