.. highlightlang:: us .. index:: FontIsUnderline .. _fontisunderline: FontIsUnderline =============== .. us.tag FontIsUnderline ENGLISH FontGet :ref:`FontIsUnderline` checks if the given font has the underline flag set. .. function:: bUnderline = FontIsUnderline(hFont) .. us.return **Return Value** *bUnderline* is TRUE (1), if the font is underlined. .. us.params **Parameters** .. uparam:: hFont Identifies the font. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontUnderline` :sub:`id-591780`