Re: [iText-questions] changes on BaseFont

2005-04-21 Thread Paulo Soares
- Original Message - From: "M. Niedermair" <[EMAIL PROTECTED]> To: "Paulo Soares" <[EMAIL PROTECTED]> Cc: Sent: Thursday, April 21, 2005 5:36 PM Subject: Re: [iText-questions] changes on BaseFont > > > > Big deal! Why don't you do some

Re: [iText-questions] changes on BaseFont

2005-04-21 Thread M. Niedermair
Hello! Am Donnerstag, 21. April 2005 16:40 schrieb Paulo Soares: > (please keep the conversation on the mailing list) Sorry! > > Sorry, but i think this is not a good idea. > > To convert each font-metric in a afm-file and then parse the > > afm-file to get the metrik is nonsens for the performa

RE: [iText-questions] changes on BaseFont

2005-04-21 Thread Paulo Soares
(please keep the conversation on the mailing list) > -Original Message- > From: M. Niedermair [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 21, 2005 3:40 PM > To: Paulo Soares > Subject: Re: [iText-questions] changes on BaseFont > > Am Donnerstag, 21. Apr

RE: [iText-questions] changes on BaseFont

2005-04-21 Thread Paulo Soares
s.sourceforge.net > Subject: Re: [iText-questions] changes on BaseFont > > Hello! > > Am Donnerstag, 21. April 2005 11:13 schrieb Paulo Soares: > > I don't know why you would want to do that. You can change the > > metrics of any font in BaseFont. > > Your class (

Re: [iText-questions] changes on BaseFont

2005-04-21 Thread M. Niedermair
Hello! Am Donnerstag, 21. April 2005 11:13 schrieb Paulo Soares: > I don't know why you would want to do that. You can change the > metrics of any font in BaseFont. Your class (e.g. Type1Font) is designed, to read the metrik from a afm-file and then load the pfb-file. I dont have a afm-file. Th

RE: [iText-questions] changes on BaseFont

2005-04-21 Thread Paulo Soares
7:24 AM > To: itext-questions@lists.sourceforge.net > Subject: [iText-questions] changes on BaseFont > > Hello! > > It is possible, to change the visible of some methods, so > that i can extends > from the BaseFont class in a other namespace? > I would create a new Type1Fon

[iText-questions] changes on BaseFont

2005-04-20 Thread M. Niedermair
Hello! It is possible, to change the visible of some methods, so that i can extends from the BaseFont class in a other namespace? I would create a new Type1Font-Class, which reads the metrik from a other format. by Michael BaseFont.java protected int fontType;// mgn: int fontType // mgn