...seems to change characters in 'Symbol' font on my display. When I compile
with -O1, they show up properly. Here is code I'm using:

Char noteiconstr[2] = "\011";
Char blanknoteiconstr[2] = "\013";

case 4:
            FntSetFont(symbolFont);
            if (!StrCompare("",custrec.note))
                DrawCharsToFitWidth(blanknoteiconstr, bounds);
            else
                DrawCharsToFitWidth(noteiconstr, bounds);
            break;



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to