On Dienstag, 24. Februar 2009, Emil wrote: > new Item( "E&xit", COMMAND + 'q', (Callback *)Quit_CB );
Try that instead (for a 12 pt font):
new Item(
"E&xit",
COMMAND + 'q',
(Callback *)Quit_CB,
0,
64,
FL_NORMAL_LABEL,
0,
12, /* Here is the fontsize */
0
);
Martin
--
[email protected]
http://www.martinhenne.de
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

