Joe wrote: > If you're using Release 6, then use the following format for the edit field: > EDIT$(efID) = string$, font, size, style, mode, red, green, blue Just to add to Joe's answer: 1. You can get the font number for use in the above with GetFNum ("Techno",font) 2. If the built app is to be run on a Mac which may not have your font installed, use ResEdit to copy both the 'FOND' and 'sfnt' resources from the font file to the app.RSRC (not sure of the legality of this!) Bernie