Re: [iText-questions] Font question

2007-08-06 Thread ssinai
It worked! Thanks Paulo. Steve Paulo Soares wrote: > > You have to register the fonts in DefaultFontMapper. > > Paulo > > - Original Message - > From: "ssinai" <[EMAIL PROTECTED]> > To: > Sent: Sunday, August 05, 2007 9:41 PM

Re: [iText-questions] Font question

2007-08-05 Thread Paulo Soares
You have to register the fonts in DefaultFontMapper. Paulo - Original Message - From: "ssinai" <[EMAIL PROTECTED]> To: Sent: Sunday, August 05, 2007 9:41 PM Subject: [iText-questions] Font question > > I've been doing iText for a whole 2 days. I was fiddli

[iText-questions] Font question

2007-08-05 Thread ssinai
I've been doing iText for a whole 2 days. I was fiddling around with an example involving converting a Swing JTable to pdf, and have been trying to figure out how to get the font that's in the table to show up correctly in pdf. While the type 1 fonts seem to show up correctly, I'm having proble

[iText-questions] font question

2005-06-24 Thread bruno
Hello all, as you may (or may not know) I am starting a book on iText. Before actually starting to write the text, I am making some code examples. So in the weeks and months to come, I will probably ask for your advice on different issues. For an example on Fonts, I want to have a document with bo

[iText-questions] Font question

2003-07-24 Thread Dimiceli, John - OSHA - CTR
I get this message when deploying to one location, but in other locations it works fine: Helvetica-Bold not found as resource. (The *.afm files must exist as resources in the package com.lowagie.text.pdf.fonts) Does anyone know how to fix? John ---

Re: [iText-questions] Font question?

2003-02-26 Thread Delton Reames
Message- >> From:Delton Reames [SMTP:[EMAIL PROTECTED] >> Sent:Wednesday, February 26, 2003 17:07 >> To:Paulo Soares; [EMAIL PROTECTED] >> Subject:Re: [iText-questions] Font question? >> >> I'm not entirely sure. I can tell you tha

RE: [iText-questions] Font question?

2003-02-26 Thread Paulo Soares
003 17:07 > To: Paulo Soares; [EMAIL PROTECTED] > Subject: Re: [iText-questions] Font question? > > I'm not entirely sure. I can tell you that it only contains Mac resource > fork info. The data fork side of it is empty. The "Postscript Type 1 > font" > is

Re: [iText-questions] Font question?

2003-02-26 Thread Delton Reames
TED] >> Sent:Wednesday, February 26, 2003 16:20 >> To:[EMAIL PROTECTED] >> Subject:[iText-questions] Font question? >> >> I have need to include a font in a PDF but cannot get things to work out. >> I've read Chapter 9 of the tutorial at leas

RE: [iText-questions] Font question?

2003-02-26 Thread Paulo Soares
What is precisely the third item "Postscript Type 1 font"? Best Regards, Paulo Soares > -Original Message- > From: Delton Reames [SMTP:[EMAIL PROTECTED] > Sent: Wednesday, February 26, 2003 16:20 > To: [EMAIL PROTECTED] > Subject: [iText-questions] Font q

[iText-questions] Font question?

2003-02-26 Thread Delton Reames
I have need to include a font in a PDF but cannot get things to work out. I've read Chapter 9 of the tutorial at least 10 times and searched the entire archives but cannot find the answers I need. I have 3 files that comprise a font that were given to me by client. They are a Mac font suitcase, a

Re: [iText-questions] Re: [iText-questions]Font Question

2003-02-20 Thread Ricky M. Codizar
Thanks a lot Bruno! Till next time :) Bruno さんは書きました: >Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > >> In creating a font without specifying a size, what is the default size of the >> font? > >see: >http://itext.sourceforge.net/src/com/lowagie/t

Re: [iText-questions] Re: [iText-questions]Font Question

2003-02-20 Thread Bruno
Quoting "Ricky M. Codizar" <[EMAIL PROTECTED]>: > In creating a font without specifying a size, what is the default size of the > font? see: http://itext.sourceforge.net/src/com/lowagie/text/Font.java public static final int DEFAULTSIZE = 12;

[iText-questions] Re: [iText-questions]Font Question

2003-02-20 Thread Ricky M. Codizar
Hi! My question below may be already raised here on the mailing lists or been written somewhere on the tutorial or documentations, but would appreciate if someone can give an answer to me :) In creating a font without specifying a size, what is the default size of the font? Thanks in advance.