.. highlightlang:: us .. index:: FontItalic .. _fontitalic: FontItalic ========== .. us.tag FontItalic ENGLISH FontSet :ref:`FontItalic` specifies an italic font. .. function:: bool = FontItalic(hFont, bItalic) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hFont Identifies the font. .. uparam:: bItalic *bItalic* is TRUE (1) if the font should be italic. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontIsItalic` :sub:`id-838141`