Expand description
Text rendering operators (Tj, TJ, ’, “) for the content stream interpreter.
Processes text-showing operators that produce character glyph output,
advancing the text position within the TextState.
At this stage, character codes are raw byte values — Unicode mapping (US-012) and font metrics for accurate widths (US-013) come later.
Structs§
- RawChar
- A raw character extracted from a text rendering operator.
Enums§
- TjElement
- An element of a TJ array operand.
Functions§
- double_
quote_ show_ string "(double quote) operator: set spacing, move to next line, and show a string.- quote_
show_ string '(single quote) operator: move to next line and show a string.- show_
string Tjoperator: show a string.- show_
string_ cid Tjoperator for CID fonts: show a string using 2-byte character codes.- show_
string_ with_ positioning TJoperator: show strings with positioning adjustments.- show_
string_ with_ positioning_ mode TJoperator with CID mode: show strings with positioning adjustments.