I want to use the "Verdana" font on windows, there is an easy way to do that ?
------
int k = Fl::set_fonts("verdana*");
if(k) my_widget->textfont(k);
------
Font names case sensitive ? Can be something like the above ?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

