> method, labels are shown, with a small glitch (I've uploaded some > pictures to TEMP dir). If I switch off font-smoothing, the labels are > shown perfectly;
Because standard still uses standard anti-aliasing. Somehow, when GDI+ changes the colors of background near the letter to do anti- aliasing, it seems to be also introducing an alpha of zero to make that part of the bitmap transparent. Its likely that I am doing something wrong. Or maybe its because I am trying to use a font created by GDI in GDI+ (the docs say I can though!) Turning off anti-aliasing is not perfect, since you get jaggedy edges on the letters. I will look at this some more soon. > > Yes but as it seems, only values of R and B channels are swapped, G is Believe it or not, the binary value of the GDI+ Color type swaps them! I was innocently just setting it to a binary RGB, but you cannot do that. Fixed in latest version of 4.5.08. ------------------------ Yahoo! Groups Sponsor --------------------~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/3EuRwD/bOaOAA/yQLSAA/JV_rlB/TM --------------------------------------------------------------------~-> Attention: PowerPro's Web site has moved: http://www.ppro.org Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/power-pro/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/power-pro/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
