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

by wodDamir, (6422 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

locked

Complete thread: