Handbook
Glossary
pdf-string ( str -- str' )
Vocabulary
text-to-pdf
.
private
Inputs
str
an
object
Outputs
str'
an
object
Definition
USING:
sequences
xml.entities
;
IN:
text-to-pdf.private
:
pdf-string
( str -- str' )
H{
{
41
"\\)"
}
{
8
"\\b"
}
{
9
"\\t"
}
{
10
"\\n"
}
{
40
"\\("
}
{
12
"\\f"
}
{
13
"\\r"
}
{
92
"\\\\"
}
}
escape-string-by
"("
")"
surround
;