Re: How to change terminal Font? (General questions)
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:
- How to change terminal Font? - enaiman, 2007-10-02, 07:56
- Re: How to change terminal Font? - wodDamir, 2007-10-02, 09:02
- Re: How to change terminal Font? - enaiman, 2007-10-18, 02:28
- Re: How to change terminal Font? - wodDamir, 2007-10-18, 08:58
- Re: How to change terminal Font? - enaiman, 2007-10-19, 00:51
- Re: How to change terminal Font? - woddrazen, 2007-10-20, 12:14
- Re: How to change terminal Font? - enaiman, 2007-10-19, 00:51
- Re: How to change terminal Font? - wodDamir, 2007-10-18, 08:58
- Re: How to change terminal Font? - enaiman, 2007-10-18, 02:28
- Re: How to change terminal Font? - wodDamir, 2007-10-02, 09:02