> Hovewer libplot is really old and only permits to specify a > few postscript and PCL font, so i think i will > switch library for a recent one, i was thinking cairo+pango.
OK - that can work. For what it is worth, I have an application that uses fltk to render it's on-screen displays, but also has a "cairo" mode (it is easy in fltk to get a suitable window context from a fltk widget to use to create a cairo surface to draw into...) Now, the fltk rendering is much quicker (and at least on OSX/quartz which is anti-alised anyway) the two outputs look very similar. So - why did I bother, if it just looks the same? Well, the answer is that the cairo context allows me to render the scene directly to a PDF file... Something like that might work well for you? -- Ian SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

