On 15.01.2008, at 15:13, Fox wrote: >> Thanks for your answer. But, what is "Xfs"? How to use it? Where >> can find the documentation? I can't find it in fltk-1.1.7's pdf.
<http://en.wikipedia.org/wiki/X_Font_Server> Xfs is the standard X11 font server. Xft is an extension module that supports vector based fonts and antialiased rendering. So it seems obvious to always compile with Xft because font quality is so much better. FLTK however defaults to the minimal X11 setup which may not have Xft installed. If you are sure that your application will run on machines that have Xft installed (probably all modern X-Servers), then you would use -- enable-xft during the FLTK configurartion stage. Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

