Alessio Bolognesi wrote:
> Hello!
> I'm new with FLTK and I have two questions:
> 1 - Is there any way to fill complex polygons with image patterns? (or, as an 
> alternative, is there any way to define non rectangular clipping?)

        You can use OpenGL to do a lot of that I think..

> 2 - How can I resize only the width of fonts characters?

        Not that I know of with the FLTK api to operating system fonts.
        If you have a specific 'condensed' operating system font, you
        can tell FLTK to load it with Fl::set_font(), and assign it
        an FLTK font number that you can then use with fl_font() to
        select it and let FLTK draw with it.
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to