On Thu, 25 Apr 2002, Todd Cary wrote: > I need to right justify a column of numbers in a table. Is there > anywhere where I can get a sample of a custom load routine that will > convert text into pixels and load from right to left?
FntCharsWidth() use that to determine how wide your strings are, and, offset from width-FntCharsWidth() to draw the strings in the table drawing callback routines.. piece of cake. // 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/
