Return to Normal Text and Reset the Font Style

Use these methods to return the font style to Normal or to reset a font.

Normal Method

This method restores normal print for all text written following the calling of this method.

public int Normal()

Returns:

Example:

lp.Normal();

See this method in the LinePrinter Class information

ResetFont Method

This method turns off BoldOff, ItalicOff, UnderlineOff, and StrikeOutOff print for all text written following the calling of this method.

public int ResetFont()

Returns:

Example:

lp.ResetFont();

See this method in the LinePrinter Class information

More Information

Back » Generate a Report: Change the Font Style