Handbook
Glossary
rectangle ( x y width height -- )
Vocabulary
pdf
.
text
Inputs
x
an
object
y
an
object
width
an
object
height
an
object
Outputs
None
Definition
USING:
formatting
;
IN:
pdf.text
:
rectangle
( x y width height -- )
"%d %d %d %d re\n"
printf
;