pdf-text ( lines -- str )


Vocabulary
text-to-pdf.private

Inputs
linesan object


Outputs
stran object


Definition


: pdf-text ( lines -- str )
[
"BT" , "54 738 Td" , "/F1 10 Tf" , "12 TL" ,
[ pdf-string "'" append , ] each "ET" ,
] { } make join-lines pdf-stream ;