Handbook
Glossary
inset
Factor handbook
»
Input and output
»
Formatted output
»
Text styles
»
Paragraph styles
Prev:
border-color
Next:
wrap-margin
Vocabulary
io
.
styles
Word description
Paragraph style. A pair of integers representing the number of pixels that the content should be inset from the border. The first number is the horizontal inset, and the second is the vertical inset.
Examples
USING: io io.styles ; H{ { inset { 10 10 } } } [ "Some inset text" write ] with-nesting nl
Definition
IN:
io.styles
SYMBOL:
inset
inline