RE: Adding additional Type 1 fonts

2002-11-07 Thread Peter Sparkes


-Original Message-
From: Jeremias Maerki [mailto:[EMAIL PROTECTED]
Sent: 03 November 2002 14:44
To: [EMAIL PROTECTED]
Subject: Re: Adding additional Type 1 fonts


Normally, the PFMReader extracts kerning information from the PFM file
if it exists. So if you don't disable kerning in userconfig.xml, you
should get kerning. If you really want to adjust the kerning pairs of a
font you may want to look into the XML metric file. You may be able to
do something there. And you'll probably need to read the Type 1 specs
for that.

If you rather want to manipulate character spacing you should look at
7.16.2 "letter-spacing" property and make sure you have the latest FOP
version.

I hope this helps.

(Please don't press the reply button in your mailer if you want to post
a new question. This messes up hierarchical views of threads in good
mailers. Thanks.)

On 01.11.2002 01:08:26 Peter Sparkes wrote:
> I have added additional Type 1 fonts as per
> "http://xml.apache.org/fop/fonts.html";. I want to adjust the font kerning
in
> the font xml file, but I don't know how. Can anyone, please, help.


Jeremias Maerki





Re: Adding additional Type 1 fonts

2002-11-03 Thread Jeremias Maerki
Normally, the PFMReader extracts kerning information from the PFM file
if it exists. So if you don't disable kerning in userconfig.xml, you
should get kerning. If you really want to adjust the kerning pairs of a
font you may want to look into the XML metric file. You may be able to
do something there. And you'll probably need to read the Type 1 specs
for that.

If you rather want to manipulate character spacing you should look at
7.16.2 "letter-spacing" property and make sure you have the latest FOP
version.

I hope this helps.

(Please don't press the reply button in your mailer if you want to post
a new question. This messes up hierarchical views of threads in good
mailers. Thanks.)

On 01.11.2002 01:08:26 Peter Sparkes wrote:
> I have added additional Type 1 fonts as per
> "http://xml.apache.org/fop/fonts.html";. I want to adjust the font kerning in
> the font xml file, but I don't know how. Can anyone, please, help.


Jeremias Maerki