I would like to be able to access the built-in Palm Fonts for low-level drawing.
In the past, I've been able to pass in externally defined fonts with something
like
// Get handle for externally declared medium font
mediumHandle=DmGetResource('Font',102);
mediumboldHandle=DmGetResource('Font',103);
// Get handle for externalled declared tall font
tallHandle=DmGetResource('Font',104);
tallboldHandle=DmGetResource('Font',105);
// Get handle for the intrinsic Regular Palm Font.
-----> regularHandle=DmGetResource('NFNT',0x2328);
-----> regularboldHandle=DmGetResource('NFNT',0x2329);
Unfortunately, these last two lines don't work under the PalmOS 4 DR3 ROM
images.
Does anyone know how I could do something similar in 4.0?
-Tom Warfel
[EMAIL PROTECTED] / [EMAIL PROTECTED]
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/