CompuServe Thread

Using Scalable Fonts

1 messages in this thread
#42388From: Keith DoyleAug 12, 1992 11:14 PM
I figured out how to use the stroke fonts, try a script like this: NEW 1,640,400,2 LOADFONT 1,120,"CGTimes.font" :rem load 120 pt CGTimes SETFONT 1 MOVE 10,200 TEXT "120 PT." PAUSE 100 The CGTimes is built on the fly by AmigaDOS when the LOADFONT is performed. Works great. Keith P.S. Of course this only works under 2.0 and you have to have the CGTimes.font in your FONTS: directory.