I have added the following:
no-smooth-upscale 
no-smooth-downscale 

into the directfbrc file located an /usr/local/etc

and I have added the following to my code:

DFBSurfaceRenderOptions render_options =
(DFBSurfaceRenderOptions)(DSRO_NONE);
primary->SetRenderOptions( primary, render_options ); 
        

font_dsc.flags = (DFBFontDescriptionFlags)(DFDESC_HEIGHT |
DFDESC_ATTRIBUTES);  
font_dsc.height = 32;  
font_dsc.attributes = DFFA_MONOCHROME; 


This has made no effect on the text drawn.  The text still has blurry 'pink'
edges and also I have drawn a white square which now has a 'pink' line
slightly to the left of its right edge.

Can anyone offer any suggestions.

Thanks
-- 
View this message in context: 
http://www.nabble.com/anti-aliasing-question-tp19861818p19876968.html
Sent from the DirectFB Users mailing list archive at Nabble.com.

_______________________________________________
directfb-users mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users

Reply via email to