Handbook
Glossary
pdf-font ( -- str )
Vocabulary
text-to-pdf
.
private
Inputs
None
Outputs
str
an
object
Definition
USING:
splitting
;
IN:
text-to-pdf.private
:
pdf-font
( -- str )
{
"<<"
"/Type /Font"
"/Subtype /Type1"
"/BaseFont /Courier"
">>"
}
join-lines
;