Hi My servlet does some image generation. At some point, she needs to write some text in the image. To do that, I get a liste of fonts : Font [] listeFontes = java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment().getAllFonts(); For this to work, I need to have an active X server. I would much better like not to be obliged to start one. I'm not an imaging expert, so I'd like some advices. The best solution would be to be able to use a small number of fonts (I actually get a very long list), but some more goodlooking than the original java fonts Best regards Sylvain Computers are like air conditioners - they stop working properly when you open Windows UNIX _IS_ user friendly. It's just selective about who its friends are. "If Bill Gates had a nickel for every time Windows crashes... Oh, wait! He does!" ______________________________________________ Sylvain Roche Responsable d�veloppement Add-Online www.add-online.fr 80 rue d'Alsace 69100 VILLEURBANNE France tel : +33 437431260 fax: +33 437431269 =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
