On 16.01.2008, at 04:31, Fox wrote: >> But you did this by built --enable-xft into fltk on fedora Linux. > My application will run on the arm9 board. Does xft need X-Server to > support?
Yes, Xft is an extension of the server. However if your builtin X Server support large bitmapped fonts without Xft, then just compile FLTK without it and you are fine, too. It really only depends on what your server is capable of. FLTK should be able to handle it with the trick described above. ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

