Retrieves a boolean value that indicates whether the current font is a strikeout font.
public final boolean getStrikeout()
Returns true if the font is a strikeout font; otherwise, returns false.
You specify whether a font is a strikeout font when you construct the Font object. By default, fonts are not strikeout fonts.
A strikeout font is one in which a line is drawn through displayed text.