I might be misunderstanding you, but if you want to draw single-density fonts on a double-density screen you can turn off font scaling:

    WinSetScalingMode(kTextScalingOff);

It only works on newer devices, i.e. on the T5 and not on the T3, but it's a quick way to do what you want while you work on a more complicated solution.

Russell Cagle
Handheld Developer, Partner Software

Frantisek Dufka wrote:
Thanks for your insight. So it is not possible to have a character in a hires font which has odd number of pixels due to the width table being always in in standard lores coordinates, correct? And there is no such thing as pure hires font with hires width table, correct? Well that really makes the conversion a bit more complex.

Such 1 bit padding made automatically to all characters with odd width may produce ugly looking results.

Frantisek



--
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to