[futurebasic] Re: [FB] Text fields and Program Generator ?

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2002 : Group Archive : Group : All Groups

From: Bernie Wylde <bernie.w@...>
Date: Fri, 23 Aug 2002 11:21:02 +0100
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