DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2550
Version: 1.3-current


The reported crashes in fl_text_extents() are fixed in r.8404
both for X11 and Xft. Recent changes to remove global variables
had created derefencing of a NULL pointer when this function
is called without open windows.

Now, there's no crash, but it's not possible to have a meaningful
text extents computation under X11 without an open window
because the system function used require a valid graphics context.
The reported text extent is 0.

With Xft, it seems to be possible to compute text extents without
an open window but it's necessary to call fl_font() before.


Link: http://www.fltk.org/str.php?L2550
Version: 1.3-current

_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to