Retrieves a boolean value that indicates whether the font is underlined.
public final boolean getUnderline()
Returns true if the font is underlined; otherwise, returns false.
You specify whether a font is underlined when you construct the Font object. By default, fonts are not underlined.