re: Converting low density fonts on an offscreen window to highdensity

2006-05-11 Thread Troy Lokitz
Do I have to worry about winsetcoordinates? All I'm doing is writing text to the offscreen using windrawchars. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

re: Converting low density fonts on an offscreen window to highdensity

2006-05-10 Thread Dmitry Grinberg
When you create the offscreen window, for "format" parameter, specify "nativeFormat", and all will be well. However, beware that on low-res devices the created window will be low-res, and on high-res devices it will be high-res. Also if it is 16-bit color, the data is in little-endian format. So