Correct a comment.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 3 Feb 2007 14:40:40 +0000 (14:40 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 3 Feb 2007 14:40:40 +0000 (14:40 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/halibut@7202 cda61777-01e9-0310-a592-d414129be87e

in_sfnt.c

index b8e51da..4348aab 100644 (file)
--- a/in_sfnt.c
+++ b/in_sfnt.c
@@ -461,9 +461,9 @@ void sfnt_getmetrics(font_info *fi) {
 /*
  * Get mapping data from 'cmap' table
  *
- * We look for either a (0, 0), (0, 1), (0, 2), (0, 3), or (3, 1) table,
- * all of these being versions of UCS-2.  We only handle format 4 of this
- * table, since that seems to be the only one in use.
+ * We look for either a (0, 3), or (3, 1) table, both of these being
+ * versions of UCS-2.  We only handle format 4 of this table, since
+ * that seems to be the only one in use.
  */
 void sfnt_getmap(font_info *fi) {
     sfnt *sf = fi->fontfile;