pdf-font ( -- str )


Vocabulary
text-to-pdf.private

Inputs
None

Outputs
stran object


Definition


: pdf-font ( -- str )
{
"<<"
"/Type /Font"
"/Subtype /Type1"
"/BaseFont /Courier"
">>"
} join-lines ;