Daniel Polski wrote:
> 
> Is anti aliased drawing of lines and curves and shapes something that 
> would be possible to have as a feature in the next generation of fltk?

It is already available on Mac OS X with Quartz.  If you use Cairo
(something we only support in 2.0 right now) you will also get
anti-aliased drawing on all platforms.

> And transparency?

Right now we support alpha-blending of images, but there is no
general blending support in FLTK.  Again, using Quartz or Cairo
gets us this "for free".

However, while it should be fairly straight-forward to use Cairo on
1.x (whatever future minor release), Cairo on X11 unfortunately
requires TrueColor visuals (no PseudoColor support) which makes it a
non-starter since companies like Sun still ship with X servers
configured for PseudoColor... :(

-- 
______________________________________________________________________
Michael Sweet, Easy Software Products           mike at easysw dot com
Internet Printing and Publishing Software        http://www.easysw.com
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to