> Fox wrote: > > Thanks for your answer. But, what is "Xfs"? How to use it? > > Where can find the documentation? > > man xfs > man Xft > > If you enable xft for FLTK (eg. "configure --enable-xft ; make") > and use fl_draw() to draw the text as Roman Kantor recommended, > which bypasses the uchar limit of regular widget labels. > > Even with FLTK 1.x, fonts can apparently get as large as an int > will allow (32767). > > In this case, I've set the font size to 500: > http://seriss.com/people/erco/fltk/tmp/bigfont.jpg > > Here's the code I used to make the above screenshot to get you started, > which was made with fltk 1.1.x on fedora3, FLTK built --enable-xft: >
Oh my god! It's big enough. Thanks! 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? _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

