Werner, I just noticed that Freetype documentation frequently refers to "fixed float" format or type. This is an oxymoron, of course. What Freetype uses is "fixed-point" representation of real numbers using integer types, as opposed to "floating point" representation using float or double types. I would suggest fixing documentation:
s/fixed float/fixed-point/g Objections? Alexei _______________________________________________ Freetype-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/freetype-devel
