Specifications

Revision C 16/01/96
Chapter 9 "HP-GL" 33
SI - Set Absolute Character Size
SI [ width, height ] [;]
width : the width in centimeters of printed characters
height : the height in centimeters of printed characters
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.1879 cm, height: 0.2690 cm).
10 '*** SIEX1 ***
20 LPRINT "IN;SP1;PA1000,1000;"
30 LPRINT "SI2,1.5;LBLASER";CHR$(3)
40 END
<Sample 86>
10 '*** SIEX2 ***
20 LPRINT "IN;SP1;PA5000,3000:"
30 LPRINT "SI-.35,.35;LBCHARACTER";CHR$(3)
40 END
<Sample 87>
10 '*** SIEX3 ***
20 LPRINT "IN;SP1;PA5000,3000;"
30 LPRINT "SI.35,-.35;LBCHARACTER";CHR$(3)
40 END
<Sample 88>
10 '*** SIEX4 ***
20 LPRINT "IN;SP1;PA5000,3000;"
30 LPRINT "SI-.35,-.35;LBCHARACTER";CHR$(3)
40 END
<Sample 89>