aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryehh <yehh@google.com>2012-07-12 22:21:59 +0000
committeryehh <yehh@google.com>2012-07-12 22:21:59 +0000
commit9a86be1585c60c6bf81aade40865f6f64f0f0249 (patch)
tree46c0a7a5552e805b9cc1e0d6238f9d206774a7fa
parent527079d528241244db13664597d53e445913ced5 (diff)
downloadsfntly-9a86be1585c60c6bf81aade40865f6f64f0f0249.tar.gz
Fixed incorrect description in Javadoc comments of LocaTable
CL @ http://codereview.appspot.com/6349089/
-rw-r--r--java/src/com/google/typography/font/sfntly/table/truetype/LocaTable.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/com/google/typography/font/sfntly/table/truetype/LocaTable.java b/java/src/com/google/typography/font/sfntly/table/truetype/LocaTable.java
index ef85c1f..68209e7 100644
--- a/java/src/com/google/typography/font/sfntly/table/truetype/LocaTable.java
+++ b/java/src/com/google/typography/font/sfntly/table/truetype/LocaTable.java
@@ -75,8 +75,8 @@ public final class LocaTable extends Table {
/**
* Get the length of the data in the glyph table for the specified glyph id.
- * @param glyphId the glyph id to get the offset for;
- * must be less than or equal to the number of glyphs
+ * @param glyphId the glyph id to get the offset for; must be greater than or
+ * equal to 0 and less than the number of glyphs in the font
* @return the length of the data in the glyph table for the specified glyph id
*/
public int glyphLength(int glyphId) {