Handbook
Glossary
text-to-pdf ( str -- pdf )
Vocabulary
pdf
Inputs
str
a
string
Outputs
pdf
a
string
Word description
Converts
str
into PDF instructions.
Definition
USING:
io.styles
pdf.layout
sequences
splitting
;
IN:
pdf
:
text-to-pdf
( str -- pdf )
split-lines
[
H{
{
font-size
10
}
{
font-name
"monospace"
}
}
<p>
]
map
pdf>string
;