company logo

Font :: underline - Underline property

The option causes glyphs to be displayed with an underline, when the property is set to true.

Options.GUIFramework.Fonts._std_font.underline=true

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 underline property
    bool Font  :: underline (  )

    The function returns true, when an underline is requested and false otherwise.

  2. to list
  3. Change underline settings
    bool Font  :: underline ( 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