On 13.03.2010, at 22:15, Yuri wrote:

>> 
>> On 12.03.2010, at 10:08, MacArthur, Ian (SELEX GALILEO, UK) wrote:
>> 
>>> =20
>>> =20
>>>>>> http://www.fltk.org/articles.php?L980
>>> =20
>>> =20
>>> About Fl_Gl_Device... Would the idea be to direct *all* fltk rendering
>>> via the GL layer then, and use GL for all drawing?
>> 
>> No, it will only forward the rendering that is inside an Fl_GL_Window, =
>> allowing OpenGL graphics to be intermixed with regular FLTK widgets. All =
>> widgets function normally as children of Fl_GL_Window, except they are =
>> rendered using OpenGL calls. Your other windows (including the parent =
>> window) can still be native (X11, etc.)
>> 
> 
> hm. is this also means that someone can render utf8 text into Fl_GL_Window 
> without external libraries?

*That* will require some pretty smart glyph caching. It's possible though as 
long as the underlying operating system gives OpenGL (likeley bitmap) access to 
all utf8 glyphs.

- Matthias
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to