FontName

Sets or gets the BlueZone session's fontname (VT/6530 only).

Parameters
FontSring
Sets the fontname.
Returns
The fontname string is returned when using the get property.
Example
Set bzhao = CreateObject("BZWhll.WhllObj")
bzhao.Connect
bzhao.FontName = "Lucida Console"
bzhao.AutoFontSize = False
bzhao.FontSize = 10
bzhao.FontStyle = 0 Normal