.. highlightlang:: us .. index:: FontIsUnderline .. _fontisunderline: FontIsUnderline =============== .. us.tag FontIsUnderline GERMAN FontGet :ref:`FontIsUnderline` prüft, ob der Font unterstrichen ist. .. function:: bUnderline = FontIsUnderline(hFont) .. us.return **Returnwert** *bUnderline* ist TRUE (1), wenn der Font unterstrichen 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:`FontUnderline` :sub:`id-591780`