iText (as Bruno listed) supports a wide variety of font formats. If you're having trouble using a particular font file, chances are you're not using it properly:
FontFactory.registerDirectories() is pretty comprehensive, and more than a little slow, pretty much linear with the total size of the fonts on your system. You can then use FontFactory.getFont("myFontName").getBaseFont(). Alternatively, you can use BaseFont.createFont(pathToFont) if you happen to know the location of the font's file. Could you give us more detail on the problem you're having? --Mark Storer Senior Software Engineer Cardiff.com import legalese.Disclaimer; Disclaimer<Cardiff> DisCard = null; > -----Original Message----- > From: Robert Franzese [mailto:rfranz...@resolutionhealth.com] > Sent: Tuesday, June 15, 2010 4:26 AM > To: itext-questions@lists.sourceforge.net > Subject: Spam: [iText-questions] What fonts are supported by iText? > > Hello, > > I'm wondering if there's a place I can go to so I can find a list of fonts > supported by iText. As a follow-up question, is there a way to be able to > use additional fonts? > > Thanks, > > Bob > ------------------------------------------------------------------------ -- > ---- > ThinkGeek and WIRED's GeekDad team up for the Ultimate > GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the > lucky parental unit. See the prize list and enter to win: > http://p.sf.net/sfu/thinkgeek-promo > _______________________________________________ > iText-questions mailing list > iText-questions@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/itext-questions > > Buy the iText book: http://www.itextpdf.com/book/ > Check the site with examples before you ask questions: > http://www.1t3xt.info/examples/ > You can also search the keywords list: > http://1t3xt.info/tutorials/keywords/ > > > No virus found in this incoming message. > Checked by AVG - www.avg.com > Version: 9.0.829 / Virus Database: 271.1.1/2937 - Release Date: 06/14/10 > 23:35:00 ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.itextpdf.com/book/ Check the site with examples before you ask questions: http://www.1t3xt.info/examples/ You can also search the keywords list: http://1t3xt.info/tutorials/keywords/