.. highlightlang:: us .. index:: FontIsItalic .. _fontisitalic: FontIsItalic ============ .. us.tag FontIsItalic ENGLISH FontGet :ref:`FontIsItalic` checks if the font has the italic flag set. .. function:: bItalic = FontIsItalic(hFont) .. us.return **Return Value** *bItalic* is TRUE(1) when the font is italic. .. us.params **Parameters** .. uparam:: hFont Identifies the font. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontItalic` :sub:`id-1620235`