drawFontUnderline

Type: Boolean

Availability: Read or write at run time only

The drawFontUnderline property of the Window class, together with the drawFontItalic, drawFontStrikethru, drawFontBold, drawFontName, and drawFontSize properties, determines the font used for graphics text drawing methods.

The font that is used defaults to the application font defined by the fontName property of the Application class.

The drawFonts available in JADE vary according to your system configuration, display devices, and printing devices. Font-related properties can be set only to values for which actual drawFonts exist.

The font that is used is constructed only when a draw text method call is made, so the order of setting the property values does not matter as it does for controls.