company logo

Font :: strikeOut - Strike out property

The property causes glyphs to be displayed stroked out, when it is set to true.

Options.GUIFramework.Fonts._std_font.strike_out=NO

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 strike-out property
    bool Font  :: strikeOut (  )

    The function returns true, when strike-out is requested and false otherwise.

  2. to list
  3. Set strike-out property
    bool Font  :: strikeOut ( 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