InfoConnect for Unisys
DisplayVariableWidthFonts Property


whether variable width fonts are included in the list of fonts that appears in the Fonts section of the Theme Settings
Syntax
'Declaration
 
Property DisplayVariableWidthFonts As Boolean
'Usage
 
Dim instance As IThemeFont
Dim value As Boolean
 
instance.DisplayVariableWidthFonts = value
 
value = instance.DisplayVariableWidthFonts
bool DisplayVariableWidthFonts {get; set;}

Property Value

The default value is True.
See Also