In your custom draw callback function, add this:

{
  // .... your stuff
  FontID oldFnt = FntSetFont(symbolFont); // change the font set to
symbol
  WinDrawChar(symbolNote, bounds->topLeft.x, bounds->topLeft.y); // draw
the icon
  FntSetFont(oldFnt); // reset the font set to the original one
}


Lokesh Tiwary wrote:
> 
> I have a custom column in a table and wish to draw a note icon at a
> particular position using a call similar to WinDrawChars()...
> 
> any ideas?
> 
> -lt

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

Reply via email to