CPTH
63
CPTH — Character PaTH
Format
CPTH ’string’;
Parameter
string:
any character string except from ASCII code 31 (hex 1F) and lower
Function
The CPTH command constructs a path which adds the outlines of characters to the
current path. When stroked or filled, it prints the given string at the current cursor
position and moves the cursor to the end of the string. The current font preceding this
command must be a resident or a soft scalable font.
The character path can be filled in with the pattern or shade of gray designated by the
previous PAT, FPAT, or GPAT command.
File
!R! FSET 1p72v1s0b4148T; CMNT Univers-MdIt;
NEWP;
PMZP 2, 2;
CPTH ’Enjoy’;
STRK;
PAGE;
EXIT;
Printout