You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Peter Sparkes <pe...@didm.co.uk> on 2002/11/01 01:08:26 UTC

Adding additional Type 1 fonts

Hi,

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.

Peter Sparkes



RE: Adding additional Type 1 fonts

Posted by Peter Sparkes <pe...@didm.co.uk>.

-----Original Message-----
From: Jeremias Maerki [mailto:dev.jeremias@greenmail.ch]
Sent: 03 November 2002 14:44
To: fop-user@xml.apache.org
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

Posted by Jeremias Maerki <de...@greenmail.ch>.
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