But I want to use it in Appforge, which is a tool that integreates in VB Ide and uses its own fonts to display and get the data, thats why I need to get the NFNT and the convert it to appforge font. I am looking into the doc but I think the font file should be there and I just need to download it and convert it. Correct me if I am wrong.
"Aaron Ardiri" <[EMAIL PROTECTED]> wrote in message news:91170@palm-dev-forum... > > On Tue, 16 Jul 2002, parth wrote: > > > if there are fonts in the rom - why not just lock them down? > > > or copy the binary resource where applicable? > > > > How do I do this? > > fntHandle = DmGetResource('NTFT', id); > > if you have it as a resource, and, use FntDefineFont(), or, if it > is in rom, just find out the font id :P everything you need to > know is in the documentation. > > // az > [EMAIL PROTECTED] > http://www.ardiri.com/ > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
