Updates:
        Status: Fixed
        Labels: -Version Version-TRUNK

Comment #1 on issue 142 by benoit.m...@gmail.com: Graphical bug with labels.
http://code.google.com/p/gambas/issues/detail?id=142

It should be better with revision #4295, *but*:

"Transparent" Pictures are not really transparent, but use a bitmap mask.  
So, when drawing text inside a "transparent" picture, a mask is created  
that surrounds the text. But the text is anti-aliased, so some pixels are a  
mix between the text color and the picture background, which is can be  
random with a transparent picture (as its data is not initialized). So you  
may have random pixels around the text.

If you need an intermediate buffer to draw your text, you can use an Image  
and the Paint class in Gambas 3. Image can have an real alpha channel.


------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to