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

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

by wodDamir, Tuesday, October 02, 2007, 09:02 (6044 days ago) @ enaiman

Hi Enaiman,

You should do something like this:
---------------------------
Dim f As StdFont
Set f = New StdFont

f.Name = Verdana
f.Bold = True
wodTelnetDLX1.Font = f
---------------------------

The Font Property doesn't accept String value for value. Instead it uses a Font object for that.

Hope I helped.

Regards,
Damba


Complete thread: