[ 
https://issues.apache.org/jira/browse/PDFBOX-4168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16415883#comment-16415883
 ] 

ASF subversion and git services commented on PDFBOX-4168:
---------------------------------------------------------

Commit 1827844 from [~tilman] in branch 'pdfbox/branches/2.0'
[ https://svn.apache.org/r1827844 ]

PDFBOX-4168: Add a setTextRise() method, as suggested by Matías Giovannini

> 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
>            Priority: Trivial
>
> 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