CompuServe Thread

#Hekp W/Font Selection

3 messages in this thread
#185163From: C. Davey UtterFeb 11, 1995 3:31 AM
I knew how to do it with 1.2, but in 3.1, how does one get a program to boot with a different System Default Text font than is normaly specified in preferances? C. Davey
#185175From: Charles BlaquiereFeb 11, 1995 10:30 AM
I would create an AmigaDOS script file that temporarily changes the system default text font, runs your program in the background, and returns the font to its original setting. You could then use IconX to associate this script file with an icon, and use the script icon instead of your program's regular icon. Blaq!
#185189From: C. Davey UtterFeb 11, 1995 1:13 PM
>I would create an AmigaDOS script file that temporarily changes the system >default text font, runs your program in the background, and returns the >font to its original setting. You could then use IconX to associate this >script file with an icon, and use the script icon instead of your program's >regular icon. Great! Now I need to figger out how to do that. Thanks for the info. C. Davey