mirror of
https://github.com/PDP-10/its.git
synced 2026-04-25 11:51:38 +00:00
New text functions added to MIGS.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
|
||||
|
||||
THERE IS NOW A NEW FOUNCTION IN MIGS. IT IS PICT, PICT IS ANOTHER WAY
|
||||
OF DEFINING A MCELL. PICT LOOKS VERY MUCH LIKE DEFINE IN SYNTACS. IT
|
||||
ALSO RETURNS THE ATOM THAT YOU GAVE IT ,SO <DISP <PICT A .....>> WILL
|
||||
@@ -32,7 +33,7 @@ EX.PICT.1
|
||||
THERE IS NOW A PACKAGED VERSION OF MIGS! AT THE MINUTE IT IS IN MY
|
||||
PRIVIAT LIBRARY BUT I WILL MOVE IT IN TO THE PUBLIC LIBRARY TODAY. TO
|
||||
GET IT SAY <MIGS:>$ OR <USE "MIGSPK">$ .
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -68,7 +69,7 @@ Package SWCHAR ...
|
||||
magnitude of the y coordinates of all end points.
|
||||
SHEAR is is used to italicize a character.
|
||||
|
||||
Function Args. Discription
|
||||
Function Args. Description
|
||||
<CHARGE .CHR .X .Y .SCL> 3 - 4 Displays .chr (type character) at
|
||||
point .x .y (type fix) with a scale
|
||||
factor of .scl (type <OR FIX FLOAT>).
|
||||
@@ -85,3 +86,38 @@ Function Args. Discription
|
||||
shear from the y axis. ANG is optional
|
||||
and defaults to .785 radians.
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;;; THURSDAY DEC 11,2021 11:54:00
|
||||
;;; New functions added to SWCHAR
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
Function Args. Description
|
||||
<SWTEXT .STR .X .Y .SP> 1 - 4 This function will plot one line
|
||||
text. All control characters as SSV's ^character.
|
||||
All paramiters but STR , the string are optional.
|
||||
(X, Y) is the screen postion for the start of the
|
||||
string. (x,Y) defaults to (0,500). SP the spacing
|
||||
in screen coordinates from the start of the
|
||||
current character to the start of the next character.
|
||||
It defaults to 12.
|
||||
|
||||
<SWTXT2 .STR .X .Y .SP> 1 - 4 This function will plot multiple
|
||||
lines of text from the in the text string STR.
|
||||
All paramiters but STR , the string are optional.
|
||||
(X, Y) is the screen postion for the start of the
|
||||
string. (x,Y) defaults to (0,500). SP the spacing
|
||||
in screen coordinates from the start of the
|
||||
current character to the start of the next character.
|
||||
It defaults to 12. This function know how to handle
|
||||
CR, <ASCII 13>, and L, <ASCII 10> corectly. the
|
||||
inter-line separation is 25 screen unites.
|
||||
|
||||
<SWTXT3 .STR .X .Y .SP> 1 - 4 This function identical to SWTXT2,
|
||||
but also handles tabs, <ASCII 09> correctly.
|
||||
The default tab stops are every 4th charactedre
|
||||
position. The GVAL of SPCTAB!-ISWCHAR!-PACKAGE
|
||||
set to the default tab spacing in characters. SETGing
|
||||
it to 8 works well with Muddle.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user