On 10/14/11 14:54, David wrote:
> Doesn't look like there is a way to set a global default font, size, etc.

        I think you can set the default font size with this rather
        odd looking code that looks like it's setting a macro:

int main() {
   FL_NORMAL_SIZE = 20;
   ..create widgets..

        Not sure about the font though -- I think that's a hard
        default to FL_HELVETICA, and I think the only way to change
        it is to set it on a per widget basis.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to