Kevin Cockrell wrote:
> gl_font(FL_HELVETICA, 18);
> 
> But I can't seem to get anything to affect the size of the font.

        Can't say for sure, but I do know if I change the
        gl_font(1,12) in this program:

        http://seriss.com/people/erco/fltk/#OpenGlTextOn3D

        ..to gl_font(1,24), the font is definitely larger.

        Might have something to do with the placement in your code,
        or the order of gl calls, hare to say.

        Works for me in fltk-1.1.x on fedora3.
_______________________________________________
fltk-opengl mailing list
fltk-opengl@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-opengl

Reply via email to