> I have compiled FLTK 1.3.0 and run the examples in the test directory. I =
> observe that FLTK first tries to find a font with an xlistfonts call =
> specifying "-*-helvetica-bold-o-normal--*" .
>
> Since this is not a free font I would like to change that to a dejavu =
> font. How can I do that with changing the examples, just modifying the =
> FLTK 1.3.0 code?
>
> Georg

Alternatively, you can change what font is used at the application
level, without changing the FLTK library, with
   Fl::set_font(FL_HELVETICA, "xxx");
replacing xxx by whatever font suits you.
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to