company logo

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

Implementation details

  1. Get fixed pitch value
    bool Font  :: fixedPitch (  )

    The function returns true, when fixed size font is requested and false otherwise.

  2. to list
  3. Set fixed pitch property
    bool Font  :: fixedPitch ( bool bEnable )

    The function sets the property value to the value passed in bEnable.

    • bEnable - Enable resource

      In order to enable the referenced resource true should be passed. Passing false will disable the resource.

  4. to list