Re: How to change terminal Font? - WeOnlyDo Discussion board

Re: How to change terminal Font? (General questions)

by enaiman, Friday, October 19, 2007, 00:51 (6034 days ago) @ wodDamir

Hi,

Could you perhaps use my code and rewrite it in your Environment?

Regards,
Damba

Just did it and it worked :)

here is how it looks:

[code]$Tfont = ObjCreate( StdFont )
$Tfont.Name = Courier
$Tfont.Size = 9
$Tfont.Bold = False
$Telnet1.Font = $Tfont [/code]

By the way ... I'm using AutoIt and if you're interrested I could provide some code samples later to be included in your new releases.
Just let me know about.

If you want to take a look at AutoIt here are the links for Main Page and Support Forum
It is a very active community and it definitely has a future.


Complete thread: