Line Drawing

Selection of this option compels the Java Client to draw the graphic symbols (vertical and horizontal lines, corners, crossings) instead of using a standard rendering mechanism for the current available font.

Specifying whether to automatically enable the line drawing option, is accomplished in the HTML in the following way:

var sParamLineDrawing = '<param name="line_drawing" value="false">';

Values:

Note:

In a Non-Windows OS this feature is enabled by default.

To enable drawing of symbols:

var sParamLineDrawing = '<param name="line_drawing" value="true">'

To disable drawing of symbols:

var sParamLineDrawing = '<param name="line_drawing" value="false">'