summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Harris <bjh21@bjh21.me.uk>2007-02-03 14:40:40 +0000
committerBen Harris <bjh21@bjh21.me.uk>2007-02-03 14:40:40 +0000
commit5a65b4af1c730b3730b031acf30de699178741c9 (patch)
tree8636502badf2b31c45341370111315a6ffc85eca
parentdf1dd409c6aebf1a4e830a74953c6badd6e726ef (diff)
downloadhalibut-5a65b4af1c730b3730b031acf30de699178741c9.zip
halibut-5a65b4af1c730b3730b031acf30de699178741c9.tar.gz
halibut-5a65b4af1c730b3730b031acf30de699178741c9.tar.bz2
halibut-5a65b4af1c730b3730b031acf30de699178741c9.tar.xz
Correct a comment.
[originally from svn r7202]
-rw-r--r--in_sfnt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/in_sfnt.c b/in_sfnt.c
index b8e51da..4348aab 100644
--- 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;