out of memory exception while creating font metrics

2004-07-13 Thread Chandrasekhar Sanku
Hi all, To use system fonts in FOP, I am creating metrics files for each font. While doing this process, my program is giving out of memory exception. How to resolve this problem.. I am attaching the method what I have written. Please suggest me in this regard, if anybody

Re: out of memory exception while creating font metrics

2004-07-13 Thread Chris Bowditch
Chandrasekhar Sanku wrote: Hi all, To use system fonts in FOP, I am creating metrics files for each font. While doing this process, my program is giving out of memory exception. How to resolve this problem.. I am attaching the method what I have written. Some of the fonts in the

RE: out of memory exception while creating font metrics

2004-07-13 Thread Chandrasekhar Sanku
this. That's my basic doubt. Thanks Regards, Chandrasekhar Sanku -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 13, 2004 3:15 PM To: [EMAIL PROTECTED] Subject: Re: out of memory exception while creating font metrics Chandrasekhar Sanku wrote: Hi

Re: out of memory exception while creating font metrics

2004-07-13 Thread J.Pietschmann
Chandrasekhar Sanku wrote: Can't we run the program without increasing the heap size? The metrics generator holds the whole font file in memory and creates a substantial amount of additional in-memory structures. There is a reason why you get an OutOfMemory error, you see... Unless someone