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
- Get italic property
Font :: italic (  ) - Set italic property
Font :: italic ( bEnable )