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 2018/08/28 16:57:28 UTC

svn commit: r1839463 - /pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/GlyphTable.java

Author: tilman
Date: Tue Aug 28 16:57:27 2018
New Revision: 1839463

URL: http://svn.apache.org/viewvc?rev=1839463&view=rev
Log:
PDFBOX-4071: improve javadoc

Modified:
    pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/GlyphTable.java

Modified: pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/GlyphTable.java
URL: http://svn.apache.org/viewvc/pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/GlyphTable.java?rev=1839463&r1=1839462&r2=1839463&view=diff
==============================================================================
--- pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/GlyphTable.java (original)
+++ pdfbox/branches/2.0/fontbox/src/main/java/org/apache/fontbox/ttf/GlyphTable.java Tue Aug 28 16:57:27 2018
@@ -80,6 +80,8 @@ public class GlyphTable extends TTFTable
 
     /**
      * Returns all glyphs. This method can be very slow.
+     *
+     * @throws IOException If there is an error reading the data.
      */
     public GlyphData[] getGlyphs() throws IOException
     {