.. highlightlang:: us .. index:: FontIsStrikeOut .. _fontisstrikeout: FontIsStrikeOut =============== .. us.tag FontIsStrikeOut ENGLISH FontGet :ref:`FontIsStrikeOut` checks if the given font has the strike out flag set. .. function:: bStrikeOut = FontIsStrikeOut(hFont) .. us.return **Return Value** *bStrikeOut* is TRUE (1) if the font is strike out. .. us.params **Parameters** .. uparam:: hFont Identifies the font. .. seealso:: :ref:`overview-fonts`, :ref:`FontCreate`, :ref:`FontDialog`, :ref:`FontStrikeOut` :sub:`id-56224`