.. highlightlang:: us .. index:: FontStrikeOut .. _fontstrikeout: FontStrikeOut ============= .. us.tag FontStrikeOut ENGLISH FontSet :ref:`FontStrikeOut` specifies a strikeout font. .. function:: bool = FontStrikeOut(hFont, bStrikeOut) .. 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:: bStrikeOut *bStrikeOut* specifies a strikeout font if set to TRUE. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontIsStrikeOut` :sub:`id-1581474`