: GrGetGCTextSize(gc, myString, 14, GR_TFANTIALIAS, &retwidth, &retheight, : &retbase);
GR_TFANTIALIAS isn't a valid flag for GrGetGCTextSize, this is probably being interpreted as a text encoding type, and since its value is 2, nano-X thinks you're passing a UC16 string. Pass GR_TFASCII instead. Antialiasing doesn't change the size of the text box returned. (at least at this point!) Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]