company logo

Font :: italic - Italic property

The option causes glyphs to be displayed italicized, when the property is set to true. The option works for fonts, only, that support italic.

Options.GUIFramework.Fonts._std_font.italic=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 italic property
    bool Font  :: italic (  )

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

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