.. highlightlang:: us .. index:: FontItalic .. _fontitalic: FontItalic ========== .. us.tag FontItalic GERMAN FontSet :ref:`FontItalic` schaltet italic (Kursiv) ein oder aus. .. function:: bool = FontItalic(hFont, bItalic) .. us.return **Returnwert** *bool* ist TRUE (1), wenn die Funktion erfolgreich war, und FALSE (0), wenn ein Fehler aufgetreten ist. .. us.params **Parameter** .. uparam:: hFont *hFont* ist die Zugriffsnummer (Handle) des mit :ref:`FontCreate` oder :ref:`FontDialog` erzeugten Fonts. .. uparam:: bItalic *bItalic* ist TRUE (1), wenn der Font italic sein soll. .. seealso:: :ref:`uberblick-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontIsItalic` :sub:`id-838141`