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 converts the program to
use java.io.RandomAccessFile instead of TTFFile, you'll
need to run the JVM with more memory than the default for
processing fairly large fonts.
J.Pietschmann
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]