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 2014/03/13 19:14:57 UTC

svn commit: r1577267 - /pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFont.java

Author: tilman
Date: Thu Mar 13 18:14:57 2014
New Revision: 1577267

URL: http://svn.apache.org/r1577267
Log:
PDFBOX-1984: corrected javadoc

Modified:
    pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFont.java

Modified: pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFont.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFont.java?rev=1577267&r1=1577266&r2=1577267&view=diff
==============================================================================
--- pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFont.java (original)
+++ pdfbox/branches/1.8/pdfbox/src/main/java/org/apache/pdfbox/pdmodel/font/PDFont.java Thu Mar 13 18:14:57 2014
@@ -265,13 +265,13 @@ public abstract class PDFont implements 
     public abstract float getFontWidth( byte[] c, int offset, int length ) throws IOException;
 
     /**
-     * This will get the font width for a character.
+     * This will get the font height for a character.
      *
-     * @param c The character code to get the width for.
+     * @param c The character code to get the height for.
      * @param offset The offset into the array.
      * @param length The length of the data.
      *
-     * @return The width is in 1000 unit of text space, ie 333 or 777
+     * @return The height is in 1000 unit of text space, ie 333 or 777
      *
      * @throws IOException If an error occurs while parsing.
      */