Epson PowerLite 4100 Operator's Manual page 234

Epson printer operator's guide
Hide thumbs Also See for PowerLite 4100:
Table of Contents

Advertisement

214
Epson FX-100 Control Commands
ESC F
ASCII:
ESC
Control:
ctrl [
Decimal:
27
Hexadecimal: 1B
Cancels emphasized printing (bold strike) set with ESC E, ESC ! (n), ESC
Az! (n), or SOH Az! (n).
Example
REM PRINT IN BOLD STRIKE
LPRINT CHR$(27);"E";
LPRINT "Now printing in bold strike."
REM CANCEL BOLD STRIKE
LPRINT CHR$(27);"F";
LPRINT "Now printing in single strike."
ESC -
ASCII:
ESC
Control:
[
CTRL
Decimal:
27
Hexadecimal: 1B
Sets and cancels the underline function. n specifies whether the function
is set or cancelled as follows:
n = 1 or 49: Set underline function
n = 0 or 48: Cancel underline function
Example
REM SET UNDERLINE FUNCTION
LPRINT CHR$(27);"-";CHR$(1);
LPRINT "Underline function is on."
REM CANCEL UNDERLINE FUNCTION
LPRINT CHR$(27);"-";CHR$(0);
LPRINT "Underline function is now off."
F
F
70
46
-
(n)
-
(n)
45
(n)
2D
(n)
Emphasized Mode (Bold Strike), OFF
Set/Cancel Underline

Advertisement

Table of Contents
loading

Table of Contents