Font :: fixedPitch - Fixed pitch property
The option forces characters to have the same width, when being set to true.
Options.GUIFramework.Fonts._std_font.fixed_pitch=YES
Return value: Enable resource ( bool )
In order to enable the referenced resource true should be passed. Passing false will disable the resource.
Implementation overview
- Get fixed pitch value
Font :: fixedPitch (  ) - Set fixed pitch property
Font :: fixedPitch ( bEnable )