As a note: Currently I store my custom fonts as data records within a PDB, then I read that record, lock the memory, then call FntDefineFont. In this particular scenario, I lose about 150K on the heap for fonts (the actual font binaries are about 125K). I'm wondering if I did this, then stored them as a font resource within another temp db, then read them as a font resource, would that eliminate the memory from the heap. (hence why I asked the question)
thanks - bill "Fruber Malcome" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Does the use of custom fonts (as a font resource in the file) impact the > dynamic heap? (e.g. the size of the font is the same amount of memory used > on the heap?) > > Is there a way to use custom fonts without impacting the heap? (maybe not as > much?) > > thanks - bill > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
