OpenType Fonts

2003-01-08 Thread Peter Sparkes
Hi

Can FOP use OpenType Fonts

Thanks

Peter Sparkes
DIDM
[EMAIL PROTECTED]
UK (0)1237 425207 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Fonts in SVG

2003-01-08 Thread Peter Sparkes
Hi,

In my application I need to embed the fonts that I am using in the PDF. I
can do this for the text elements of my document, but with the SVG element I
have the following problem:

1. The SVG always uses Helvetica when I want to use Trade Gothic as in the
rest of the document

Help Please

Peter Sparkes
DIDM
[EMAIL PROTECTED]
UK (0)1237 425207



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: FOP : OutOfMemoryError with a big XML file

2002-12-26 Thread Peter Sparkes
And thank from me; I can now do the whole file in one go.

Peter

-Original Message-
From: Jean-Philippe VALENTIN [mailto:[EMAIL PROTECTED]
Sent: 23 December 2002 09:13
To: 'Oleg Tkachenko '; '[EMAIL PROTECTED] '
Subject: RE: FOP : OutOfMemoryError with a big XML file


Thanks for your response !

I have fixed the parameter -Xmx250m on the command file fop.bat to limit the
max use of memory of the JVM at 250Mo and the parsing of all the document is
OK.

Jean-Philippe

-Message d'origine-
De: Oleg Tkachenko
A: [EMAIL PROTECTED]
Date: 22/12/02 12:43
Objet: Re: FOP : OutOfMemoryError with a big XML file

Peter Sparkes wrote:

> Please, how do you "Increase memory settings of the JVM." on a Windows
> system

See http://java.sun.com/j2se/1.3/docs/tooldocs/win32/java.html
--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: FOP : OutOfMemoryError with a big XML file

2002-12-21 Thread Peter Sparkes
Hi

Please, how do you "Increase memory settings of the JVM." on a Windows
system

Peter

-Original Message-
From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]
Sent: 21 December 2002 20:36
To: [EMAIL PROTECTED]
Subject: Re: FOP : OutOfMemoryError with a big XML file


Jean-Philippe VALENTIN wrote:
> Hi,
>
> When I want transform my XML + XSL file I have got this error :
> ...
> [INFO] [28]
> Exception in thread "main" java.lang.OutOfMemoryError
>
> (PS: I have 256Mo of RAM with 631Mo of limit and the error appear at 260Mo
> of RAM use)
>
> When I reduce the size of the XML file, it's work correctly.
>
> What is the problem ?
That's faq, see http://xml.apache.org/fop/faq.html#faq-N1011A

--
Oleg Tkachenko
eXperanto team
Multiconn Technologies, Israel


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Font problem

2002-12-17 Thread Peter Sparkes



font-weight, font-style, and 
font-size are authomaticcaly inherited, 
They only have to be included when their values are changed. Remove 
all
"font-weight="inherit" font-style="inherit" 
font-size="inherit" and your fo works OK
 
Peter 


  -Original Message-From: Henrik Olsson 
  [mailto:[EMAIL PROTECTED]Sent: 17 December 2002 
  12:57To: [EMAIL PROTECTED]Subject: Font 
  problemHi im trying to 
  use inherit in attributes font-weight, font-style, as I understand it's 
  supposed to be allowed. But im 
  getting this error when I'm tryuing to render anything and the wrong font 
  turns up [ERROR] defaulted font to 
  any,normal,normal [ERROR] unknown font 
  Times,inherit,inherit so defaulted font to any Is this a bug or am I doing some thing wrong? 
  Example:   

   
   
   
 Calc fact 
 


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





keep-with-next and keep-together

2002-06-30 Thread Peter Sparkes
Hi,

I have a repeating  of data. Each instance of the block is of varying
size but under half a page. I want to put two blocks on every page, with
each block in its own half of the page and varying amounts of white space
between the two blocks.

However, I can't get it to work: The two blocks close up on each other and
where there is room part of a third block appears on the page.

Help please

Peter