Computer Science Canada

changing font?

Author:  skootles [ Mon Nov 01, 2004 2:12 pm ]
Post subject:  changing font?

Hey. I need help changing the font of the output in my Turing program. I have a font, but it's a home-made font. How do I do this? Thanks

Author:  Flea [ Mon Nov 01, 2004 2:53 pm ]
Post subject: 

code:
var font1:int
font1 := Font.New ("font-name-string:font-size-int")
Font.Draw ("text", x, y, font1, colour)


hope that helps. for more info look up Font in the help index.

Author:  Mazer [ Mon Nov 01, 2004 3:06 pm ]
Post subject: 

Yeah, pretty much. Just make sure your font is installed (drag it into your windows fonts folder),


: