10/10/03

10 '*** SIEX1 ***

20 LPRINT "IN;SP1;PA1000,1000;"

30 LPRINT "SI2,1.5;LBLASER";CHR$(3)

40END <Sample 86>

10 '*** SIEX2 ***

20 LPRINT "IN;SP1;PA5000,3000:"

30 LPRINT "SI-.35,.35;LBCHARACTER";CHR$(3)

40END <Sample 87>

10 '*** SIEX3 ***

20 LPRINT "IN;SP1;PA5000,3000;"

30LPRINT "SI.35,-.35;LBCHARACTER";CHR$(3)

40END <Sample 88>

10 '*** SIEX4 ***

20 LPRINT "IN;SP1;PA5000,3000;"

30LPRINT "SI-.35,-.35;LBCHARACTER";CHR$(3)

40END <Sample 89>

SR - Set relative character size

SR [ width, height ] [;]

width ; the width of printed characters expressed as a percentage of the x-component of the distance between P1 and P2.

height ; the height of printed characters expressed as a percentage of the y-component of the distance between P1 and P2.

Specifies the size of characters to be plotted.

Values for width and height are clamped real numbers.

When the parameter field is omitted, the default values are used (width: 0.7500%, height: 1.5000%).

10 ' *** SREX ***

20 LPRINT "IN;SP2;PA100,7000;LBDEFAULT SIZE";CHR$(3)

30 LPRINT "IP 2000,2000,6500,6500;PA100,6500;"

40 LPRINT "LBNEW P1 AND P2 CHANGE LABEL SIZE";CHR$(3);"SR5,5;" 50 LPRINT "PA100,6000;LBNEW SR INSTRUCTION";CHR$(13);CHR$(3); 60 LPRINT "LBCHANGE LABEL SIZE";CHR$(3);

<Sample 90>

SL - Character slant

SL [ tan φ ] [;]

tan φ - tangent of character slant angle (φ)

Specifies the slant of characters to be plotted.

Value for tanθ is a clamped real number.

When the parameter field is omitted, the default value is used (0 degree character slant).

θ

CHAPTER 9 HP-GL - 24

Page 336
Image 336
Homelite HL-P2500, HL-1660E, HL-2400CE, HL-1450, HL-1050, HL-1250, HL-1470N, HL-1070, 2060, HL-1270N Lprint SI2,1.5LBLASERCHR$3