Matías Giovannini created PDFBOX-4168:
-----------------------------------------
Summary: Add a setTextRise() method to PDPageContentStream
Key: PDFBOX-4168
URL: https://issues.apache.org/jira/browse/PDFBOX-4168
Project: PDFBox
Issue Type: Improvement
Components: PDModel
Affects Versions: 2.0.9
Reporter: Matías Giovannini
Seeing that the appendRawCommand() methods are deprecated, it is necessary for
PDPageContentStream to implement every PDF operator explicitly. This one is
both simple and useful:
{{public void setTextRise(float rise) throws IOException {}}
{{ writeOperand(rise);}}
{{ writeOperator("Ts");}}
{{}}}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]