You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ti...@apache.org on 2016/07/03 09:40:39 UTC

svn commit: r1751135 - /pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/TextPosition.java

Author: tilman
Date: Sun Jul  3 09:40:39 2016
New Revision: 1751135

URL: http://svn.apache.org/viewvc?rev=1751135&view=rev
Log:
PDFBOX-3405: clarify javadoc

Modified:
    pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/TextPosition.java

Modified: pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/TextPosition.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/TextPosition.java?rev=1751135&r1=1751134&r2=1751135&view=diff
==============================================================================
--- pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/TextPosition.java (original)
+++ pdfbox/branches/2.0/pdfbox/src/main/java/org/apache/pdfbox/text/TextPosition.java Sun Jul  3 09:40:39 2016
@@ -422,8 +422,7 @@ public final class TextPosition
      * {@link #getFontSize() getFontSize()} with the text matrix (set by the "Tm" operator)
      * horizontal scaling factor and truncate the result to integer. The actual rendering may appear
      * bigger or smaller depending on the current transformation matrix (set by the "cm" operator).
-     * To get the size in rendering, use
-     * {@link #getTextMatrix() getTextMatrix()}.{@link Matrix#getScalingFactorX() getScalingFactorX()}.
+     * To get the size in rendering, use {@link #getXScale() getXScale()}.
      *
      * @return The font size in pt.
      */