imacarthur wrote:
> So, I think if you make the two toolkits select the same actual
> underlying font, and adjust the sizes to suit, you will be able to
> make the text more similar in the two outputs.
In fltk you can use Fl::set_font() to force FL_COURIER
to use a specific X font.
You can use an old-school tool like xfontsel(1) to pick the
X font name you want to use, then pass it to Fl::set_font(), eg:
Fl::set_font(FL_COURIER,
"-*-courier-medium-r-*-*-18-*-*-*-*-*-*-*");
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk