DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2565 Version: 1.3-current In recent days, with xft and --disable-gl, fonts were sometimes forgetting how large they were supposed to be. I mentioned this to another Dillo developer, who observed that it was running more slowly as well. I couldn't come up with a small example of it breaking for you, but I did just find that it appears to work again if I stick in the following: --- fl_font_xft.cxx (revision 8422) +++ fl_font_xft.cxx (working copy) @@ -132,6 +132,7 @@ } if (!f) { f = new Fl_Font_Descriptor(font->name, angle); + f->size = size; f->next = font->first; font->first = f; } Link: http://www.fltk.org/str.php?L2565 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
