Handbook
Glossary
span-css-style ( style -- str )
Vocabulary
html
.
streams
.
private
Inputs
style
an
object
Outputs
str
an
object
Definition
USING:
io.styles
;
IN:
html.streams.private
:
span-css-style
( style -- str )
{
{
foreground
fg-css,
}
{
background
bg-css,
}
{
font-name
font-css,
}
{
font-style
style-css,
}
{
font-size
size-css,
}
}
make-css
;