.. highlightlang:: us .. index:: FontIsItalic .. _fontisitalic: FontIsItalic ============ .. us.tag FontIsItalic GERMAN FontGet :ref:`FontIsItalic` prüft, ob der Font italic (Kursiv) ist. .. function:: bItalic = FontIsItalic(hFont) .. us.return **Returnwert** *bItalic* ist TRUE (1), wenn der Font italic ist. .. us.params **Parameter** .. uparam:: hFont *hFont* ist die Zugriffsnummer (Handle) des mit :ref:`FontCreate` oder :ref:`FontDialog` erzeugten Fonts. .. seealso:: :ref:`uberblick-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontItalic` :sub:`id-1620235`