I put the 4 tiny font rcsc files from the palmsource KB through rsrc2rcp.pl. Since rsrc2rcp doesn't know about font resources, the results are HEX. Each HEX resource was a very long single record. This was too big for pilrc, so I modified rsrc2rcp.pl to put in additional linebreaks. This allowed pilrc to compile the fonts with no error messages. In testing the results, I got some very strange behaviour...
1) The output of rsrc2rcp is 2 resources of type 'NFNT' (expected) and 1 of type 'tfnf' (should be 'nfnt'). 2) The 'tfnf' font displays full size characters at 1/2 resolution (should have been half size characters). 3) Using one of the NFNT fonts directly yeilds full size characters at 1/2 resolution (expected), but the other NFNT font gives half-size gibberish (aw, shucks!). I am also interested in expermenting with tiny fonts that are pilrc-readable...if anyone has these, please let me know as well. Thanks... Dave "Matthew Darkstorm Bevan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > I was about to re-post that. Grr. Using a function like that is slow, > however, and does not allow the use of the standard font functions > without hacking around a lot. I would seriousally prefer to embed > 'tiny' versions of the standard fonts (i.e. the standard fonts low > density set to high density) in my applications. If anyone has a copy > of the four standard fonts in a format readable by PilRC, I would > appreciate a copy. > > -- > Matthew (Darkstorm) Bevan [EMAIL PROTECTED] > Margin Software, NECTI. http://www.marginsoftware.com > Re-inventing the wheel, every time. > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
