text
fun text(font: StandardFont, size: Double, x: Double, y: Double, text: String): ContentStreamBuilder
Convenience: draw a single line of text in font at size, with its baseline at (x, y). Wraps BT/Tf/Td/Tj/ET.
fun text(font: EmbeddedFont, size: Double, x: Double, y: Double, text: String): ContentStreamBuilder
As text, but with an embedded custom font (Identity-H encoded).