InfoConnect for Airlines VBA Guide
DisplayVariableWidthFonts Property
Gets or sets whether variable width fonts appear in the list of fonts in the Fonts section of the Theme Settings.
Syntax
Object.DisplayVariableWidthFonts As Boolean
Example
This example disables variable width fonts so that only fixed width fonts are displayed in the Fonts section of the Theme settings.
Sub DisableVariableWidthFonts()
    ThisIbmTerminal.Theme.Font.DisplayVariableWidthFonts = False
End Sub
See Also