expression.FontName As String
where expression is a variable that represents a ThemeFont Object
Property Value
The default value is "Segoe UI Mono".This string can be up to 260 characters long.
expression.FontName As String
Sub SetFonts() ThisIbmTerminal.Theme.Font.FontName = "Courier New" End Sub