.. highlightlang:: us .. index:: FontUnderline .. _fontunderline: FontUnderline ============= .. us.tag FontUnderline ENGLISH FontSet :ref:`FontUnderline` specifies an underlined font. .. function:: bool = FontUnderline(hFont, bUnderline) .. us.return **Return Value** If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0). .. us.params **Parameters** .. uparam:: hFont Identifies the font. .. uparam:: bUnderline *bUnderline* specifies an underlined font if set to TRUE. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontIsUnderline` :sub:`id-431977`