sorry, but: #define CEIL( x ) ( ( (x) + 63 ) >> 6 )
obviously doesn't do what the C language "ceil()" function do.... "Peter Montgomery" <[EMAIL PROTECTED]> ??????:[EMAIL PROTECTED] > luoyi, > > Looks like the fixed point (26.6) version of the C language "ceil( )" > function. Here's a page if you're not familiar with it. > > http://www.cplusplus.com/ref/cmath/ceil.html > _______________________________________________ Freetype mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/freetype
