io.styles vocabulary
Factor handbook ยป Vocabulary index


Documentation
Formatted output

Metadata
Authors:Slava Pestov


Words

Tuple classes
ClassSuperclassSlots
filter-writer tuplestream
ignore-close-stream filter-writer
input tuplestring
style-stream filter-writerstyle


Generic words
WordStack effect
make-block-stream( style stream -- stream' )
make-cell-stream( style stream -- stream' )
make-span-stream( style stream -- stream' )
stream-format( str style stream -- )
stream-write-table( table-cells style stream -- )


Symbol words
background
blink
bold
bold-italic
border-color
faint
font-name
font-size
font-style
foreground
formatted-output-stream-protocol
href
image-style
inset
italic
page-color
plain
presented
table-border
table-gap
underline
wrap-margin


Ordinary words
WordStack effect
<ignore-close-stream>( stream -- ignore-close-stream )
<input>( string -- input )
<style-stream>( stream style -- style-stream )
format( str style -- )
standard-table-style( -- value )
tabular-output( style quot -- )
with-cell( quot -- )
with-nesting( style quot -- )
with-row( quot -- )
with-style( style quot -- )
write-cell( str -- )
write-image( image -- )
write-object( str obj -- )


Class predicate words
WordStack effect
filter-writer?( object -- ? )
ignore-close-stream?( object -- ? )
input?( object -- ? )
style-stream?( object -- ? )


Files


Metadata files


Children
VocabularySummary
io.styles.private