- 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
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
(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
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 (
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
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
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