[ 
https://issues.apache.org/jira/browse/PDFBOX-4168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tilman Hausherr resolved PDFBOX-4168.
-------------------------------------
       Resolution: Fixed
         Assignee: Tilman Hausherr
    Fix Version/s: 3.0.0 PDFBox
                   2.0.10

Enjoy!

> 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
>            Assignee: Tilman Hausherr
>            Priority: Trivial
>             Fix For: 2.0.10, 3.0.0 PDFBox
>
>
> 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]

Reply via email to